django-elsewhere icon indicating copy to clipboard operation
django-elsewhere copied to clipboard

Django 1.3 - The model Network is abstract, so it cannot be registered with admin.

Open gremmie opened this issue 14 years ago • 0 comments

After upgrading to Django 1.3 you'll see this: ImproperlyConfigured: The model Network is abstract, so it cannot be registered with admin.

I worked around this problem by commenting out this line:

admin.site.register(Network)

in admin.py.

gremmie avatar Mar 24 '11 01:03 gremmie