I'm in the process of upgrading a django app from 1.6 to 1.9 and I'm getting the error:
django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: messages
I made the changes described here (and reviewed the docs) but afterwards, I end up getting
OperationalError: no such table: user_messages_message
when trying to view the records from the admin page.
I can re-create the app with a different name, I was just trying to avoid it.