A boilerplate Django project for quickly getting started
Admin password: matt1234
Steps:
- Pull this repository
- Create a virtualenv and install dependencies with
pip install -r requirements.txt
- Configure your .env variables
- Rename your project with
python manage.py rename yourprojectname
This project includes:
- The Django Debug Toolbar already setup
- Multiple settings modules setup for easily deploying
- Python-decouple for securely referencing keys, passwords and other settings.
- A custom Django command for renaming your project