Merge branch 'fix/small-error-in-manage-py' of data.coop/membersystem into master

This commit is contained in:
benjaoming 2018-11-02 14:28:43 +00:00 committed by Gitea
commit 68094b8597
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ if __name__ == "__main__":
"Couldn't import Django. Are you sure it's installed and "
"available on your PYTHONPATH environment variable? Did you "
"forget to activate a virtual environment?"
) from exc
)
execute_from_command_line(sys.argv)