Skip to content

Commit

Permalink
patched to fix issue ecprice#25 ecprice#25
Browse files Browse the repository at this point in the history
  • Loading branch information
cwage committed Aug 10, 2015
1 parent 874b4b8 commit cfa7e16
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 cfa7e16

Please sign in to comment.