jedie / django-tools

miscellaneous django tools
http://pypi.python.org/pypi/django-tools/
Other
129 stars 31 forks source link

Fixed usermodel import issue #5

Closed kannor closed 10 years ago

kannor commented 10 years ago

Had this error because i have changed the default user model.

dynamic_site.sitealias: 'createby' defines a relation with the model 'auth.User', which has been swapped out. Update the relation to point at settings.AUTH_USER_MODEL. dynamic_site.sitealias: 'lastupdateby' defines a relation with the model 'auth.User', which has been swapped out. Update the relation to point at settings.AUTH_USER_MODEL.

jedie commented 10 years ago

Have done this here: https://github.com/jedie/django-tools/commit/34a9722cd5360398e69922497ae017f20fd8987a

Thanks for contributing!