Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itdxer/django-project-template
- Owner: itdxer
- License: mit
- Created: 2014-12-11T20:56:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T16:28:59.000Z (almost 10 years ago)
- Last Synced: 2023-08-03T03:55:14.645Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 modelsUsage
-----```bash
$ pip install cookiecutter
$ cookiecutter https://github.com/itdxer/django-project-template.git
$ cd
$ ./manage.py runserver_plus
```