Metadata-Version: 1.0
Name: django-genericrelationview
Version: 0.0.2
Summary: django admin interface for GenericForeignKey fields
Home-page: https://github.com/lexich/genericrelationview
Author: lexich
Author-email: lexich121@gmail.com
License: BSD
Description: 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
        
Platform: UNKNOWN
