From 2ad361dcd606c7eb3f8fc25b55e8eb5cc242dd75 Mon Sep 17 00:00:00 2001 From: abhichevuri <43805097+abhichevuri@users.noreply.github.com> Date: Wed, 3 Oct 2018 11:59:53 +0530 Subject: [PATCH] Update manage.py --- Anime/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anime/manage.py b/Anime/manage.py index 5ae6104..b86b90f 100755 --- a/Anime/manage.py +++ b/Anime/manage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python import os -import sys +import sys// wow super if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "Anime.settings")