django-genericrelationview

django admin interface for GenericForeignKey fields


License
BSD-3-Clause
Install
pip install django-genericrelationview==0.1.1

Documentation

django-genericrelationview

#About

django admin interface for GenericForeignKey fields

#Install

pip install django-genericrelationview

or

easy_install django-genericrelationview

##Usage

###in settings.py

INSTALLED_APPS = ( ... ,'genericrelationview',)

###in url.py

urlpatterns =( ..., url(r"^your_path/", include("genericrelationview.urls")),)

###in admin.py for ModelAdmin class using GenericAdminMixin as mixin