Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

smartmin

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartmin

Scaffolding system for Django object management.

  • 5.1.1
  • PyPI
  • Socket score

Maintainers
2

Django Smartmin

Build Status codecov PyPI Release

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 DRY

About 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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc