Generated from this Django template.
This project runs entirely on Docker containers. Make sure to have it in your environment.
- Git Commit Message
- Django REST in Style
- Flake8 with customizations (check the setup file)
Before doing anything, run the following:
./scripts/setup_dev_env.shTo make your life slightly easier, the script compose.sh is there for you to run commands in your
container. It's just a wrapper for docker-compose, so you might want to take a look at
its documentation.
Most of the Django commands are shortened, and you can use as the example below:
./compose.sh dev run [test/makemigrations/compilemessages/etc.]./compose.sh up./compose.sh dev up./compose [dev] run test