Open mohita-ajmera opened 4 years ago
first do the migrations with python manage.py migrate
python manage.py migrate
Even after running this command I am still facing the same error. Any other things to be done
Try deleting pycache and db file and then migrate and makemigrations commands.
first do the migrations with
python manage.py migrate