Skip to content
forked from arocks/edge

A Django project skeleton that bases on cookiecutter and django-edge

License

Notifications You must be signed in to change notification settings

zniper/cookie-edge

 
 

Repository files navigation

[Cookie Edge][docs]

Build Status

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

Features

  • 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

Quick start:

  1. $ pip install cookiecutter requirements-parser
  2. $ cookiecutter https://github.com/zniper/cookie-edge.git
  3. $ cd <NEW_PROJECT>
  4. $ pip install -r requirements.txt
  5. $ cd src
  6. $ python manage.py migrate

Enjoy the cookies!

About

A Django project skeleton that bases on cookiecutter and django-edge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 54.4%
  • HTML 38.1%
  • CSS 5.3%
  • Shell 1.6%
  • JavaScript 0.6%