Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyaruka/smartmin
Django Smartmin - An admin-like utility for users
https://github.com/nyaruka/smartmin
Last synced: about 13 hours ago
JSON representation
Django Smartmin - An admin-like utility for users
- Host: GitHub
- URL: https://github.com/nyaruka/smartmin
- Owner: nyaruka
- License: bsd-3-clause
- Created: 2011-06-21T08:56:44.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T22:04:47.000Z (about 2 months ago)
- Last Synced: 2025-01-04T02:10:13.764Z (8 days ago)
- Language: Python
- Homepage:
- Size: 2.09 MB
- Stars: 211
- Watchers: 12
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - smartmin - Django Smartmin - An admin-like utility for users (Python)
README
Django Smartmin
===============[![Build Status](https://github.com/nyaruka/smartmin/workflows/CI/badge.svg)](https://github.com/nyaruka/smartmin/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/nyaruka/smartmin/branch/main/graph/badge.svg)](https://codecov.io/gh/nyaruka/smartmin)
[![PyPI Release](https://img.shields.io/pypi/v/smartmin.svg)](https://pypi.python.org/pypi/smartmin/)Smartmin was born out of the frustration of the Django admin site not being well suited to being exposed to clients.
It aims to allow you to quickly build scaffolding which you can customize by using Django views.It is very opinionated in how it works, if you don't agree, Smartmin may not be for you:
- Permissions are used to gate access to each page, embrace permissions throughout and you'll love this
- CRUDL operations at the object level, that is, Create, Read, Update, Delete and List, permissions and views are based
around this
- URL automapping via the the CRUDL objects, this should keep things very very DRYAbout Versions
==============Smartmin tries to stay in lock step with the latest Django versions. With each new major Django release we will release
a new Smartmin major version and we will reserve major changes (possibly breaking backwards compatibility) for such
releases.The latest version is the 5.* series which supports the Django 5.0 and 4.2.
About
=====The full documentation can be found at: http://readthedocs.org/docs/smartmin/en/latest/
The official source code repository is: http://www.github.com/nyaruka/smartmin/
Built in Rwanda by [Nyaruka Ltd](http://www.nyaruka.com).