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
File details
Details for the file django-genericrelationview-0.1.1.tar.gz.
File metadata
- Download URL: django-genericrelationview-0.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15ecde22cd79c4cc0e9ab247841a06d1521ecfa962ee1e8fb530301f37efeb56
|
|
| MD5 |
37bc0595871d2122cc7b0f8814b71665
|
|
| BLAKE2b-256 |
5d57005874eb2a3936a766ddeeca9cc570c42acf3da12484b780cb6027263c56
|