django-elsewhere
django-elsewhere copied to clipboard
Django 1.3 - The model Network is abstract, so it cannot be registered with admin.
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.