I have just started an app on Ubuntu 16.04 Server using Python 3.5 and Django 1.10.5.
When I do "@admin.register(Province)" in my admin.py file I get the error that is the subject of this post. Of course there is NO app with label of 'province' as that is the label of a 'Model'. Why is Django trying to register an app instead of the Model? Thanks, Gerald -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5e94b0d3-c6cd-4b24-b323-544d10e97923%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

