Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 742 Bytes

django_project_boilerplate

A boilerplate Django project for quickly getting started

alt text

Admin password: matt1234

Steps:

  1. Pull this repository
  2. Create a virtualenv and install dependencies with pip install -r requirements.txt
  3. Configure your .env variables
  4. Rename your project with python manage.py rename yourprojectname

This project includes:

  1. The Django Debug Toolbar already setup
  2. Multiple settings modules setup for easily deploying
  3. Python-decouple for securely referencing keys, passwords and other settings.
  4. A custom Django command for renaming your project