diff --git a/manage.py b/manage.py index a8bb955..88feb70 100755 --- a/manage.py +++ b/manage.py @@ -19,7 +19,7 @@ raise ImportError( "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?" + ) raise execute_from_command_line(sys.argv)