[Models] Create UserProfile, PublishedPodcast model
commit587857cbaa819dd8cab40e64bde8f546e6fc9f05
authorStefan Kögl <stefan@skoegl.net>
Thu, 17 Jul 2014 16:36:19 +0000 (17 18:36 +0200)
committerStefan Kögl <stefan@skoegl.net>
Thu, 17 Jul 2014 16:36:19 +0000 (17 18:36 +0200)
treee00a5aebca991b315d4e195867d80aaea5206adf
parent4c07c5d773806440ee59b624d8d831f0747d121d
[Models] Create UserProfile, PublishedPodcast model

Preparation for migration of users
mygpo/core/migrations/__init__.py [new file with mode: 0644]
mygpo/core/models.py [new file with mode: 0644]
mygpo/podcasts/models.py
mygpo/publisher/migrations/0001_initial.py [new file with mode: 0644]
mygpo/publisher/migrations/__init__.py [new file with mode: 0644]
mygpo/publisher/models.py [new file with mode: 0644]
mygpo/users/admin.py [new file with mode: 0644]
mygpo/users/migrations/0001_initial.py [new file with mode: 0644]
mygpo/users/migrations/__init__.py [new file with mode: 0644]
mygpo/users/models.py