OpenUpSA / wazimap

Wazimap is a Django application for exploring census data.
http://wazimap.readthedocs.org/en/latest/
Other
30 stars 32 forks source link

Add missing census migrations #136

Closed DavidLemayian closed 5 years ago

DavidLemayian commented 5 years ago

On running ./manage.py makemigrations census , we noticed a couple of missing migrations. This is also messing with Django's dumpdata command that is expecting it by reading all models.py files.

longhotsummer commented 5 years ago

@ebsuku pls take a look and see what you think?

Up to this point we haven't had to worry about Census's migrations, but it makes sense to me that they're included.

DavidLemayian commented 5 years ago

Closing as this has deviated significantly from original PR.