FEATURES: Python 2.7 or 3.4 / Django 1.7 support, Bootstrap themed, User Registration/Sign up, User Profiles
A fantastic Django project starter, combination of Cookiecutter and Edge template.
Version 1.0.1
- Work with Cookiecutter, accept various of initial information
- Ready Bootstrap-themed pages
- User Registration/Sign up
- Settings are based on django-configurations
- Better Security with 12-Factor recommendations
- Logging/Debugging Helpers
- Works on Python 2.7 or 3.4
$ pip install cookiecutter requirements-parser$ cookiecutter https://github.com/zniper/cookie-edge.git$ cd <NEW_PROJECT>$ pip install -r requirements.txt$ cd src$ python manage.py migrate
Enjoy the cookies!