[Fixed]-Python manage.py runserver is not finding temba settings file

1👍

You didn’t read to the end of the traceback. It’s not having trouble finding the settings file; it is trying to load a dependency, pytz, which you have not installed.

Leave a comment