Created by: paulocheque
…e interfaces` section
What is this Python project?
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.
What's the difference between this Python project and similar ones?
Enumerate comparisons.
-- Configure your django admin interface with 2 lines of code -- There is no other tool like this
Anyone who agrees with this pull request could vote for it by adding a