Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

appsembler/django-fiber-example

 
 

Repository files navigation

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

About

An example project using Django Fiber that will run out-of-the-box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%