[Subscriptions] add Subscription, HistoryEntry
commit74e5d75165e798d2d2de9a6e5853be4d88b33247
authorStefan Kögl <stefan@skoegl.net>
Tue, 29 Jul 2014 20:20:39 +0000 (29 22:20 +0200)
committerStefan Kögl <stefan@skoegl.net>
Tue, 29 Jul 2014 20:20:39 +0000 (29 22:20 +0200)
treef683c15c65ddfdedcf4b0a12cb9c508b5cdfdbfd
parent8eb48dac7c0c76d5373455132644fb7009e399f9
[Subscriptions] add Subscription, HistoryEntry
22 files changed:
mygpo/core/models.py
mygpo/history/__init__.py [new file with mode: 0644]
mygpo/history/admin.py [new file with mode: 0644]
mygpo/history/migrations/0001_initial.py [new file with mode: 0644]
mygpo/history/migrations/0002_pluralname.py [new file with mode: 0644]
mygpo/history/migrations/__init__.py [new file with mode: 0644]
mygpo/history/models.py [new file with mode: 0644]
mygpo/history/tests.py [new file with mode: 0644]
mygpo/history/views.py [new file with mode: 0644]
mygpo/maintenance/migrate.py
mygpo/podcasts/admin.py
mygpo/podcasts/migrations/0023_auto_20140729_1711.py [new file with mode: 0644]
mygpo/podcasts/models.py
mygpo/settings.py
mygpo/subscriptions/__init__.py [new file with mode: 0644]
mygpo/subscriptions/admin.py [new file with mode: 0644]
mygpo/subscriptions/migrations/0001_initial.py [new file with mode: 0644]
mygpo/subscriptions/migrations/__init__.py [new file with mode: 0644]
mygpo/subscriptions/models.py [new file with mode: 0644]
mygpo/subscriptions/tests.py [new file with mode: 0644]
mygpo/subscriptions/views.py [new file with mode: 0644]
mygpo/users/models.py