Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…4484 to avoid website.settings error.
  • Loading branch information
0xrin1 committed Sep 19, 2020
1 parent 279e867 commit f51698a
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 f51698a

Please sign in to comment.