This repository is a boilerplate Django project for quickly getting started.
Steps:
- Clone/pull/download this repository.
- Use of virtualenv is suggested because it wont install dependencies on your machine, Run
pip install virtualenv
-
virtualenv venv source/bin/activate pip install -r requirements.txt
-
virtualenv venv venv\Scripts\activate pip install -r requirements.txt
- Configure your .venv variables.
- Rename your project with
python manage.py rename <yourprojectname> <newprojectname>
This project includes:
- Django commands for renaming your project and creating a superuser.
- A cli tool for setting environment variables for deployment.