openwisp / openwisp-ipam

IP address space administration module of OpenWISP
https://openwisp.io/docs/dev/ipam/
BSD 3-Clause "New" or "Revised" License
104 stars 51 forks source link

python3 manage.py makemigrations openwisp_ipam error #150

Closed Manchuker1120 closed 1 year ago

Manchuker1120 commented 1 year ago

Setup (integrate in an existing Django project) python3 manage.py makemigrations openwisp_ipam

error info : raise InconsistentMigrationHistory( django.db.migrations.exceptions.InconsistentMigrationHistory: Migration admin.0001_initial is applied before its dependency openwisp_users.0001_initial on database 'default'

how to fix it

Manchuker1120 commented 1 year ago

ok