Closed ryanfb closed 8 years ago
Without this, for me I get ImportError: No module named pytz when trying to run manage.py after pip install -r requirements.txt.
ImportError: No module named pytz
manage.py
pip install -r requirements.txt
Nice catch!
Without this, for me I get
ImportError: No module named pytz
when trying to runmanage.py
afterpip install -r requirements.txt
.