django-smart-xw

Automatically register models in the admin interface in a smart way.


Keywords
python, django, admin, autoregister
License
MIT
Install
pip install django-smart-xw==0.0.6

Documentation

django-smart-autoregister

Build Status Docs Status Coverage Status Code Status

Latest version: 0.0.5 (2017/03)

Django-Smart-AutoRegister (DSA) is a Django tool that automatically configure the ModelAdmin classes of your application using some good patterns:

  • The default behavior is to protect your application against reading without intention the entire data table because some foreign key relationship.
  • It search by all pertinent fields.
  • It create filter for all pertinent fields.

Documentation

http://django-smart-autoregister.readthedocs.org/en/latest/index.html