Skip to content

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

@gremmie

Description

@gremmie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions