OpenUpSA / wazimap

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

Add missing census migrations #139

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.

Related: #136