I’m having a issue with my manage.py file. When I try to run a command like “$ python manage.py runserver” or “$ python manage.py createsuperuser”, I’m getting this error:
File “manage.py”, line 14
) from exc
^
SyntaxError: invalid syntax
Everything was running as expected before. I’m (hopefully) missing a step somewhere, but I can figure it out. Any assistance is greatly appreciated!