A Django starter project that works with Docker, Docker Compose, and Shipyard out of the box.
- Django - Python web framework (batteries included)
- Poetry - modern dependency management for Python
- PostgreSQL - database
- Docker & Docker Compose - to build and run the app
- Make - to easily run commands needed for development
- Run
make develop
at the root of this project. - Visit the app at http://localhost:8080.
- Make your code changes! The app will reload whenever you save.