pinax / pinax-notifications

user notification management for the Django web framework
MIT License
752 stars 211 forks source link

account.models.Account doesn't declare an explicit app_label #90

Closed ondrejchmelar closed 5 years ago

ondrejchmelar commented 5 years ago

I've encountered

RuntimeError: Model class account.models.Account doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

after upgrading Django to 1.11.

This can be resolved by adding 'account' to INSTALLED_APPS but I don't think that should be needed.

Can you suggest what might be wrong? Thank you

KatherineMichel commented 5 years ago

@ondrejchmelar Are you installing this into a starter project? Which one? Perhaps the error is unrelated to pinax-notifications.

ondrejchmelar commented 5 years ago

Turned out to be a problem with django-user-accounts. Sorry to bother you.

KatherineMichel commented 5 years ago

@ondrejchmelar No problem. Glad you were able to figure it out.

berinhard commented 1 year ago

Any clue on how you solved this issue @ondrejchmelar ? I'm facing the same problem too (cc @renatooliveira)

ondrejchmelar commented 1 year ago

No idea, sorry.