cordery / django-countries-plus

Django model & fixture representing all top level country data from Geonames.org
MIT License
45 stars 23 forks source link

table <database_name>.countries_plus_country does not exist #29

Open piscvau opened 7 months ago

piscvau commented 7 months ago

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

piscvau commented 7 months ago

This same situation occurs when manually cloning a djangoproject.