Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itdxer/django-project-template

Django 1.7 project template
https://github.com/itdxer/django-project-template

Last synced: 19 days ago
JSON representation

Django 1.7 project template

Awesome Lists containing this project

README

        

django-project-template
=======================

Features
--------

* Base working Django project with admin/registration/auth
* Separate apps and application configurations
* Default requirements/settings structure
* django-extentions and django-debug-toolbar installed by default
* Default fixtures for user and site models

Usage
-----

```bash
$ pip install cookiecutter
$ cookiecutter https://github.com/itdxer/django-project-template.git
$ cd
$ ./manage.py runserver_plus
```