i have changed the database from SQLite3 to PostgreSQL after successful migration i run “make runserver” command then while login with admin user i am getting this error
Please share the complete traceback of the error you are getting.
For future reference, when you’re asked for a traceback here, please copy/paste the complete traceback from the console window in which you’re running runserver
. Try to avoid posting images here unless it’s absolutely necessary.
Note: When posting code or traceback here, enclose that code (or traceback) between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```.