A Django project skeleton that is modern and cutting edge
{% comment “This comment section will be deleted in the generated project” %}
A Fantastic Django project starter.
Features
- Ready Bootstrap-themed pages
- User Registration/Sign up
- Better Security with 12-Factor recommendations
- Logging/Debugging Helpers
- Works on Python 3 and Django 2
- Formatted with Black
More information at: http://django-edge.readthedocs.org/ Contribute using: Edge Dev Tools
✨
?
✨
Quick start:
Before creating a new project from this template, you need to create a fresh virtual environment and install Django:
$ python -m venv ./myenv
$ source ./myenv/bin/activate.fish
(use the appropriate activate script based on your shell)$ python -m pip install -U pip django
Create your new edgy django project: