5👍
✅
You’ve confused yourself by following an unnecessarily complicated structure. You don’t need that outer meraki directory, and your Procfile and requirements.txt should be in the same directory as manage.py. Then you can remove the pythonpath parameter and all should be well.
2👍
As Roseman said, it is unnecessarily complicated structure.If you want it to do so,Try
web: gunicorn --pythonpath /path/to/meraki meraki.wsgi
That is /absolutepath/to/secondmeroki(out of 3)
which contains apps
.
- [Django]-Is it possible to use javascript to get data from django models db?
- [Django]-Django multiple forms with formsets
Source:stackexchange.com