This template contains everything you need to bootstrap a new Django project.
Install the following tools first.
Clone the project and clean up git.
Your can either delete .git or set the origin to your own repo:
git remote set-url origin <your-repo>
Copy the example app config file:
cp appconfig.example.env appconfig.env
Edit the file and change all the variables to your liking.
Execute the script named rename.sh
and it will ask you a bunch of
questions that will be used to baptise your new project.
Run just
to bootstrap the project. See the justfile for details.
Your project is now ready for you to ship features.
License is MIT
Copyright 2022 Josh Karamuth