When a first-time user of django-siwe-auth runs ./manage.py makemigrations, it errors out because examples/notepad/app/migrations/0001_initial.py references
dependencies = [
("siwe_auth", "0001_initial"),
]
Removing the migration files allows django to generate them for siwe_auth and then notepad
When a first-time user of
django-siwe-auth
runs./manage.py makemigrations
, it errors out becauseexamples/notepad/app/migrations/0001_initial.py
referencesRemoving the migration files allows django to generate them for
siwe_auth
and thennotepad