dj 1.5.1 importing User from django.contrib.auth.models
I got a database error for importing user in dj 1.5.1.
I am aware that you have written in dj 1.5, we cannot rely on this model to be used.
what am i suppose to do?
Sorry You must be a logged in, registered user to answer a question.
Answers
from django.contrib.auth.models import User isn't working for you? You have django.contrib.auth in INSTALLED_APPS in settings, right?