I'm still learning django, I tried to save an object from my app models on the django server but it does not work, and it shows OperationalError at/admin but if I try to use python shell to save it, it saves I need help please.
Best Answer
Your question is not specific, but i can guess that you did not maybe execute the migration command to make the auth tables. Try this:
python manage.py migrate