django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Update models.py #2

Closed holoduke closed 10 years ago

holoduke commented 10 years ago

When using a custom user model application fails due to wrong database relation. This fix ensures that the proper user model is used.

benjaoming commented 10 years ago

Thanks, I have no idea why it was in the settings file and not used the most obvious place :)