I am following [admin tutorial](https://neo4django.readthedocs.org/en/latest/admin.html) ``` python from neo4django.graph_auth.models import User User.objects.create_superuser('matt', 'matt@emailprovider.com', 'password') ``` and get this error when trying to add superuser: ``` neo4django\neo4django\utils.py", line 303, in __getattr__ return getattr(target, name) AttributeError: 'super' object has no attribute 'column' ```
I am following admin tutorial
and get this error when trying to add superuser: