Add the user models to the MODELS list
authorJessica Tallon <tsyesika@tsyesika.se>
Fri, 31 Jul 2015 11:45:52 +0000 (13:45 +0200)
committerJessica Tallon <tsyesika@tsyesika.se>
Fri, 31 Jul 2015 13:15:24 +0000 (15:15 +0200)
commitd7f35f6fbea8192374b1cc7e81d75ee690d0c705
treeb45bcf00330b3ba3fe43d8f260e4f7b6a4503680
parentd88fcb03e2e520da6a7d0203d660e4536108f56b
Add the user models to the MODELS list

This adds the two new user models (LocalUser and RemoteUser) to the
MODELS list that is in models.py. This stops the strange bug that occurs
if you migrate a fresh database, the two models don't exist however
migrating an existing database would create them as the migrations
exist.
mediagoblin/db/migrations.py
mediagoblin/db/models.py
mediagoblin/edit/views.py