This repository is a boilerplate Django project for quickly getting started.
Steps:
- Clone/pull/download this repository
- Create a virtualenv with
virtualenv env
and install dependencies withpip install -r requirements.txt
- Configure your .env variables
- Rename your project with
python manage.py rename <yourprojectname> <newprojectname>
This project includes:
- 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