Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lethain/comfy-django-example
A tutorial that shows how to use CouchDB with Django.
https://github.com/lethain/comfy-django-example
Last synced: 3 months ago
JSON representation
A tutorial that shows how to use CouchDB with Django.
- Host: GitHub
- URL: https://github.com/lethain/comfy-django-example
- Owner: lethain
- Created: 2008-08-18T22:35:43.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-08-18T22:39:04.000Z (about 16 years ago)
- Last Synced: 2024-07-18T21:59:02.984Z (4 months ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
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.