Read this checklist for a more detailed guide on best practices for opening pull requests.
If you made changes to this boilerplate and want to test them, do as following:
- Make sure you have pre-commit installed
- Commit your changes
- Run
git archive -o boilerplate.zip HEAD
to create the template zip file - Run the following:
cd .. && django-admin startproject theprojectname --extension py,yml,json --name Procfile,README.md,.env.example,Dockerfile --template=django-react-boilerplate/boilerplate.zip
- A new folder called
theprojectname
will be created and now you can test your changes - Make sure that the project is still running fine with and without docker
Push your changes to a branch and visit the link below
Make sure to replace all
fill-*
Read this.
P.S. if you want to deploy in a different way, please check the app.json
file for what needs to be configured.