You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <database_name>.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
The text was updated successfully, but these errors were encountered:
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 <database_name>.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
The text was updated successfully, but these errors were encountered: