Skip to main content

django admin interface for GenericForeignKey fields

Project description

#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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-genericrelationview-0.0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page