Metadata-Version: 2.0
Name: smartmin
Version: 1.11.3
Summary: Scaffolding system for Django object management.
Home-page: http://github.com/nyaruka/smartmin
Author: Nyaruka Ltd
Author-email: code@nyaruka.com
License: BSD
Keywords: django scaffolding crudl
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Requires-Dist: celery
Requires-Dist: django (<2.0,>=1.9)
Requires-Dist: django-compressor
Requires-Dist: pytz
Requires-Dist: redis
Requires-Dist: six
Requires-Dist: xlrd
Requires-Dist: xlwt

Django Smartmin
===============

|Build Status| |Coverage Status| |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 Django version a new Smartmin version will be released and
we will save the major changes (possibly breaking backwards
compatibility) on these versions. This includes updating to the latest
version of Twitter Bootstrap.

The latest version is the 1.11.\* series which works against Django 1.9,
1.10 and 1.11.

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>`__.

.. |Build Status| image:: https://travis-ci.org/nyaruka/smartmin.svg?branch=master
   :target: https://travis-ci.org/nyaruka/smartmin
.. |Coverage Status| image:: https://coveralls.io/repos/github/nyaruka/smartmin/badge.svg?branch=master
   :target: https://coveralls.io/github/nyaruka/smartmin?branch=master
.. |PyPI Release| image:: https://img.shields.io/pypi/v/smartmin.svg
   :target: https://pypi.python.org/pypi/smartmin/


