-
Check out the repo:
$ git clone git://github.com/blenderbox/{{ project_name|lower }}.git -
Create a virtual environment:
$ mkvirtualenv {{ project_name|lower }} --distribute -
Enter your vitrtual environment, and install the packages:
$ workon {{ project_name|lower }} $ pip install -r requirements.txt -
Grab some Sass
$ gem install sass / sudo gem install sass -
Copy settings/local.py.example to local.py, and customize with your database info:
$ cp source/settings/local.py.example source/settings/local.py -
Create your database, then run syncdb and fake migrations:
$ python manage.py syncdb --all -
Startup your server:
$ python manage.py runserver
forked from blackrobot/django-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
A generic django project that has the stuff we use most in it.
blenderbox/django-skeleton
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A generic django project that has the stuff we use most in it.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.6%
- Shell 0.4%