Add initial django migrations for all apps
authorMagnus Hagander <magnus@hagander.net>
Fri, 12 Feb 2016 14:44:05 +0000 (15:44 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 12 Feb 2016 14:44:05 +0000 (15:44 +0100)
commit06e7153966e7989422e2baa51809a3b578f52cc6
treeda6b4185ce94e1500a534b02bf7322bccafb3787
parente1674759fb8114c8910ffbe3f0eef8c7848d65d3
Add initial django migrations for all apps

Should've been done with the migration to django 1.8, but better late
than never...
pgcommitfest/commitfest/migrations/0001_initial.py [new file with mode: 0644]
pgcommitfest/commitfest/migrations/__init__.py [new file with mode: 0644]
pgcommitfest/mailqueue/migrations/0001_initial.py [new file with mode: 0644]
pgcommitfest/mailqueue/migrations/__init__.py [new file with mode: 0644]
pgcommitfest/userprofile/migrations/0001_initial.py [new file with mode: 0644]
pgcommitfest/userprofile/migrations/__init__.py [new file with mode: 0644]