Skip to content

Commit

Permalink
Merge pull request #2 from cwage/master
Browse files Browse the repository at this point in the history
patched to fix issue ecprice#25 ecprice#25
  • Loading branch information
caseyg authored Jul 3, 2018
2 parents be61172 + cfa7e16 commit 9745fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "website.settings")
sys.path.append(os.path.dirname(os.getcwd()))
sys.path.append(os.getcwd())
from django.core.management import execute_from_command_line

execute_from_command_line(sys.argv)

0 comments on commit 9745fe7

Please sign in to comment.