Skip to content

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

Notifications You must be signed in to change notification settings

maoyikun/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

Optional: you probably want to install this into a clean virtualenv, which you can setup like this:

$ virtualenv env
$ source env/bin/activate

Then, proceed with the installation:

$ 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 57.4%
  • CSS 33.9%
  • HTML 8.7%