diff --git a/manage.py b/manage.py index 6daf3cc..55a788c 100644 --- a/manage.py +++ b/manage.py @@ -13,6 +13,7 @@ def main(): "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?" + "Are you dumb?" ) from exc execute_from_command_line(sys.argv)