payton / django-siwe-auth

A complete Django authentication system overhall for Web3 utilizing Sign-In with Ethereum.
MIT License
26 stars 6 forks source link

Remove migration files to help first-time user experience #22

Closed pconerly closed 2 years ago

pconerly commented 2 years ago

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