[Models] add PublishedPodcast, Client, SyncGroup
commit846467e65fd03af28191d5d6748aca16bf94b751
authorStefan Kögl <stefan@skoegl.net>
Sat, 19 Jul 2014 14:52:52 +0000 (19 16:52 +0200)
committerStefan Kögl <stefan@skoegl.net>
Sun, 20 Jul 2014 18:28:24 +0000 (20 20:28 +0200)
tree19564c742a5814a5e0f836f2392b6a3d28581ba9
parent7800346a48f96445553966bfff51d53bf9644351
[Models] add PublishedPodcast, Client, SyncGroup
13 files changed:
mygpo/core/models.py
mygpo/podcasts/models.py
mygpo/publisher/admin.py [new file with mode: 0644]
mygpo/publisher/migrations/0002_auto_20140718_1457.py [new file with mode: 0644]
mygpo/publisher/models.py
mygpo/users/admin.py
mygpo/users/apps.py [new file with mode: 0644]
mygpo/users/migrations/0002_auto_20140718_1457.py [new file with mode: 0644]
mygpo/users/migrations/0003_auto_20140718_1502.py [new file with mode: 0644]
mygpo/users/migrations/0004_auto_20140718_1655.py [new file with mode: 0644]
mygpo/users/migrations/0005_auto_20140719_1105.py [new file with mode: 0644]
mygpo/users/models.py
mygpo/users/sync.py