diff options
author | 2019-04-21 17:04:56 +0100 | |
---|---|---|
committer | 2019-04-21 17:04:56 +0100 | |
commit | 5f9dda2db3dacf3c26040e299a555069b2d0655a (patch) | |
tree | dc59df8d060f638ebe9f70cdbca3829c09c31d1b /manage.py | |
parent | Flake8-docstrings and config as discussed in #192 and on Discord (diff) |
Finish linting non-API modules
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 |