payton / django-siwe-auth

A complete Django authentication system overhall for Web3 utilizing Sign-In with Ethereum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support manage.py's createsuperuser command

payton opened this issue · comments

python3 manage.py createsuperuser currently fails after inputting an Ethereum address with:

TypeError: __init__() missing 1 required positional argument: 'message'