scholrly / neo4django

Drop-in Neo4j/Django integration.
GNU General Public License v3.0
357 stars 83 forks source link

'super' object has no attribute 'column' #248

Open vladimirnani opened 10 years ago

vladimirnani commented 10 years ago

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'
tapia commented 10 years ago

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