This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
sevenov (author)
Mon Aug 03 13:47:01 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Mar 21 05:16:24 -0700 2009 | |
| |
.gitmodules | Sat Mar 21 05:26:58 -0700 2009 | |
| |
Makefile | Wed Jun 24 00:09:17 -0700 2009 | |
| |
Makefile.def.default | Sat Mar 21 05:26:58 -0700 2009 | |
| |
README.rst | Thu Mar 19 10:55:07 -0700 2009 | |
| |
django_couchdb/ | Mon Aug 03 13:47:01 -0700 2009 | |
| |
setup.py | Mon Aug 03 13:15:42 -0700 2009 | |
| |
tests/ | Wed Jun 03 03:04:33 -0700 2009 |
README.rst
django-couchdb
Requirements
- Django >= 1.0
- couchdb-python
Installation
To use this adapter in your Django project:
Add django_couchdb directory to PYTHONPATH environment variable or sys.path.
Set:
DATABASE_ENGINE = 'django_couchdb.backends.couchdb'
in your project settings module.
That's all.
Others
;)







