Metadata-Version: 2.1
Name: smartmin
Version: 4.0.0
Summary: Scaffolding system for Django object management.
License: BSD
Author: Nyaruka Ltd
Author-email: code@nyaruka.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Django (>=3.2,<4.1)
Requires-Dist: celery (>=4.4.6)
Requires-Dist: pytz
Requires-Dist: redis (>=3.5.3,<4.0.0)
Requires-Dist: sqlparse (>=0.4.1,<0.5.0)
Requires-Dist: xlrd (>=1.2.0,<2.0.0)
Requires-Dist: xlwt (>=1.3.0,<2.0.0)
Project-URL: repository, http://github.com/nyaruka/smartmin
Description-Content-Type: text/markdown

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 DRY

About Versions
==============

Smartmin tries to stay in lock step with the latest Django versions. With each new Django LTS release we will release
a new Smartmin major version and we will reserve major changes (possibly breaking backwards compatibility) for such 
releases. This includes updating to the latest version of Twitter Bootstrap.

The latest version is the 3.* series which supports the Django 3.2 LTS and 2.2 LTS.

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

