Basic requirements (docker and docker-compose)
To install use:
git clone --recurse-submodules git@github.com:cflb/boilerplate-ddp.git
Enter the directory you just cloned
cd boilerplate-ddp/
Build containers:
docker-compose build
Up containers:
docker-compose up
Open browser:
localhost
- Rename your project with:
python manage.py rename yourprojectname newprojectname
- Settings modules for deploying with Azure
- Django commands for renaming your project and creating a superuser
- A cli tool for setting environment variables for deployment