- clone repo
git clone git@github.com:mattkieblesz/django-starter-kit.git
- run
cd django-starter-kit
- edit
config.json
to configure your starter kit - run
make startproject
- run
cd ../<projectname>
where projectname is the name of the project you put inconfig.json
file - read README.md
This project was inspired by https://github.com/getsentry/sentry
. Also thanks to all other projects which were used
in this starter kit.