[PR #850] [CLOSED] Added django-smart-autoregister in the `Libraries for administrativ… #760

Closed
opened 2025-11-06 13:02:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/850
Author: @paulocheque
Created: 3/8/2017
Status: Closed

Base: masterHead: dsa


📝 Commits (1)

  • afe4f79 Added django-smart-autoregister in the Libraries for administrative interfaces section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

…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 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/850 **Author:** [@paulocheque](https://github.com/paulocheque) **Created:** 3/8/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dsa` --- ### 📝 Commits (1) - [`afe4f79`](https://github.com/vinta/awesome-python/commit/afe4f79a86b9509d022a0767dad154a0ead02349) Added `django-smart-autoregister` in the `Libraries for administrative interfaces` section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description …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 :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:02:02 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#760