After an error I had to delete my database and recreate it from scratch.
I have now an empty database.
If I run python manage.py makemigrations I get a django.db.utils.Programming Error :
table .countries_plus_country does not exist
same problem if I run python manage.py migrate.
How can I create the countries_plus_country in my database after installing pycountry and django_countries_plus
After an error I had to delete my database and recreate it from scratch. I have now an empty database. If I run python manage.py makemigrations I get a django.db.utils.Programming Error : table.countries_plus_country does not exist
same problem if I run python manage.py migrate.
How can I create the countries_plus_country in my database after installing pycountry and django_countries_plus