[RESOLVED]
I've faced ModuleNotFound error when try to deploy django to aws via zappa.
when i tried to run server locally using below commmand it works well
(venv) python manage.py runserver
or
(venv) python manage.py runserver --settings=remoteMedi.settings.prod
zappa settings is like
result zappa tail
is like
folder hierachy is like
installed_app is like
why i can't get it?
[RESOLVED]
The reason is folder hiearchy.
you have to place zappa_settings.json with manage.py on the same directory.
it's like
remoteMedi
ㄴ manage.py
zappa_settings.json
authenticate
remoteMedi
healthcheck