Answers for "relation api profile does not exist django"

0

relation api profile does not exist django

Try running 
paython3 manage.py sqlmigrate <name_of_table> <name_of_migration>

Example: python3 manage.py sqlmigrate user 0001_initial
  
Or try deleting the migration and migrate again
Posted by: Guest on October-26-2021

Code answers related to "relation api profile does not exist django"

Python Answers by Framework

Browse Popular Code Answers by Language