public
Description: A tutorial that shows how to use CouchDB with Django.
Homepage:
Clone URL: git://github.com/lethain/comfy-django-example.git
100644 9 lines (5 sloc) 0.287 kb
1
2
3
4
5
6
7
8
9
Please rename the checked out project directory form 'comfy-django-example' to 'comfy_django_example' before trying to run the project. Run the project by first starting CouchDB
 
    couchdb
 
and then run the Django project.
 
    python manage.py runserver
 
And thats all there is to it.