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

https://github.com/phpdude/django-skeleton

Django skeleton project by @phpdude
https://github.com/phpdude/django-skeleton

Last synced: about 1 year ago
JSON representation

Django skeleton project by @phpdude

Awesome Lists containing this project

README

          

# django-skeleton v0.2.0
Django skeleton project by @dude

You can bootstrap your django project with command

> django-admin.py startproject --template=https://github.com/phpdude/django-skeleton/archive/master.zip -e "ini,yml,conf,json" yoursite

After installation you must create virtualenv and install all required packages by default.

> cd yoursite
> sh upgrade.sh