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
- Host: GitHub
- URL: https://github.com/phpdude/django-skeleton
- Owner: phpdude
- Created: 2015-04-09T22:10:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T17:25:06.000Z (over 10 years ago)
- Last Synced: 2025-03-24T10:48:15.188Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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