From fabcac9d216d10decbd40d9f5ba670eea980c5ff Mon Sep 17 00:00:00 2001 From: Yu Nishimura Date: Thu, 25 Jun 2020 09:23:46 -0700 Subject: [PATCH] modify manage.py --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 5caf41d..0ee0ce4 100755 --- a/manage.py +++ b/manage.py @@ -11,6 +11,6 @@ "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 # from exc execute_from_command_line(sys.argv)