diff options
author | 2019-07-10 02:45:41 +0100 | |
---|---|---|
committer | 2019-07-10 02:45:41 +0100 | |
commit | 56b7cbd351fcf2850a8f840293bea1ca007ea3ba (patch) | |
tree | c3ddcabfb37b3e34d82ada4f22b25ab203fec4f0 /manage.py | |
parent | Remove extra space in flake8 (diff) |
Teach new lint rules to old code
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ 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 |