After work some projects with Django + Django Rest Framework, doing a setup for every new project from the begin become repetitive nad boring stuff. So I decided create this repo with a common project setup that make sense for projects that I work.
- Some configs of project with env variables like: SECRET_KEY, DEBUG, ALLOWED_HOSTS, DATABASE_URL etc.. with python decouple lib
- API doc
- Heroku config file
- Or AWS Lambda( Zappa config)