public
Description: A tutorial that shows how to use CouchDB with Django.
Homepage:
Clone URL: git://github.com/lethain/comfy-django-example.git
name age message
file .gitignore Mon Aug 18 15:34:15 -0700 2008 Added a standard .gitignore for Python projects. [Will Larson]
file README Mon Aug 18 15:38:12 -0700 2008 Added a README explaining how to run the project. [Will Larson]
file __init__.py Mon Aug 18 15:33:48 -0700 2008 Initial commit of tutorial. [Will Larson]
directory couch_docs/ Mon Aug 18 15:33:48 -0700 2008 Initial commit of tutorial. [Will Larson]
file manage.py Mon Aug 18 15:33:48 -0700 2008 Initial commit of tutorial. [Will Larson]
file settings.py Mon Aug 18 15:33:48 -0700 2008 Initial commit of tutorial. [Will Larson]
file urls.py Mon Aug 18 15:33:48 -0700 2008 Initial commit of tutorial. [Will Larson]
README
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.