scholrly / neo4django

Drop-in Neo4j/Django integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'super' object has no attribute 'column'

vladimirnani opened this issue · comments

I am following admin tutorial

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'

Are you using Django 1.6? neo4django isn't compatible with it yet.