Skip to content

MechanisM/smartmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Smartmin

Smartmin was born out of the frustration of the Django admin site not being well suited to being exposed to clients. Smartmin aims to allow you to quickly build scaffolding which you can customize by using Django 1.3's views.

It is very opininated 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
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

About

Django Smartmin - An admin-like utility for users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published