-
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
-
Notifications
You must be signed in to change notification settings - Fork 1
A generic django project that has the stuff i use most in it.
blackrobot/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 i use most in it.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published