Closed mukkachaitanya closed 8 years ago
As I tried to see through the code, the code of /waves/__init__.py
:
try:
from .local import *
except:
pass
try:
from .production import *
except:
pass
And .local
isn't being imported. Tried to change to just local
, but same error pops up.
Any suggestions ?
Check if the above patch is working
Working and done.
The following is the output of
python manage.py runserver