diff options
author | 2019-04-25 20:37:42 +0200 | |
---|---|---|
committer | 2019-04-25 20:37:42 +0200 | |
commit | 3ddff3f1b3ccb2e023859a64c1f453b5916d1755 (patch) | |
tree | 92b156f9cccae71e8c79ed2c356fcd40fc9e4d1b /manage.py | |
parent | Adding initial tests for nomination endpoint (diff) | |
parent | Merge pull request #215 from gdude2002/django+192/flake8-docstrings (diff) |
Resolving merge conflict with master
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ import sys # Separate definition to ease calling this in other scripts. def main(): + """Entry point for Django management script.""" + os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'pydis_site.settings') try: from django.core.management import execute_from_command_line |