Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vladimirnani opened this issue Jun 5, 2014 · 1 comment
Open

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

vladimirnani opened this issue Jun 5, 2014 · 1 comment

Comments

@vladimirnani
Copy link

I am following admin tutorial

from neo4django.graph_auth.models import User
User.objects.create_superuser('matt', '[email protected]', '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
Copy link

tapia commented Jun 16, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants