[PubSub] migrate to Django ORM
commitfcbde4f1723dcdcad5bc6a8e10ad06668aa89419
authorStefan Kögl <stefan@skoegl.net>
Sun, 31 Aug 2014 14:36:13 +0000 (31 16:36 +0200)
committerStefan Kögl <stefan@skoegl.net>
Sun, 31 Aug 2014 14:36:13 +0000 (31 16:36 +0200)
treecd0c00b09536edecd8019f91216e69139801237f
parente52e924605e544d98a6640b41ac56fb7fb5b370e
[PubSub] migrate to Django ORM
doc/dev/couchdb-views.rst
mygpo/db/couchdb/pubsub.py [deleted file]
mygpo/maintenance/migrate.py
mygpo/publisher/views.py
mygpo/pubsub/__init__.py
mygpo/pubsub/admin.py [new file with mode: 0644]
mygpo/pubsub/migrations/0001_initial.py [new file with mode: 0644]
mygpo/pubsub/migrations/0002_created_modified.py [new file with mode: 0644]
mygpo/pubsub/migrations/__init__.py [new file with mode: 0644]
mygpo/pubsub/models.py
mygpo/pubsub/views.py