Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 418 Bytes

README.rst

File metadata and controls

16 lines (13 loc) · 418 Bytes

Django Fiber example project

Installation:

$ git clone git://github.com/ridethepony/django-fiber-example.git
$ cd django-fiber-example
$ pip install -r requirements.txt
$ cp settings_example.py settings.py
$ python manage.py syncdb
$ python manage.py loaddata ./fixtures/example_initial_data.json
$ python manage.py runserver 0:8000