We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python manage.py migrate --fake api zero
Delete migrations files except __init__.py, then make migrations:
__init__.py
del .\api\migrations\0*.py python manage.py makemigrations
Delete and recreate database, then:
CREATE EXTENSION postgis; CREATE schema geoshop authorization geoshop;