| Projects on Google Code | Results 1 - 8 of 8 |
Django Granular Permissions allow you to setup per-row permissions.
ver 0.2 adds NewForms-Admin support.
This project is injecting new methods into Django's auth.User and auth.Group in a non-invasive way (doesn't require modifying Django's code).
Simple permission checks within views and ...
Site navigation controlled from the django admin with:
* Navigation bar
* Navigation tree
* Chained Navigation bars
* JSON sub tree requests (comming soon)
* Permission control on which entries are seen
I've wrote this piece of software to fill out a gap in another project that I was working on. It is a very simple tool that walk down recursively throughout a given directory storing metadata related to file/directory modes and ownership, for future retrievals.
Spor stores and retrieves its worki...
greatlemers-django-tools
- A collection of tools/apps for django. Includes a comprehensive menu s...
This project is eventually going to contain a collection of several useful tools and application for use with Django.
Currently the project contains the following apps:
Nav
A comprehensive menu management system that provides functionality to store a menu hierarchy in a database and use
said h...
django,
menu,
nav,
greatlemer,
apps,
tools,
namedurls,
modelbasedmenus,
sitesapp,
permissions,
templatetag,
navigation
For mail architectures that are highly distributed, consolidating mails and running elgibility-to-send to certain addresses is difficult and problematic.
Mailguard is designed such that addresses can be routed to a central server. Upon reaching the server, the data is sent via STDOUT into the ma...
This small command-line program will allow you to create a database of a directory including all files and sub-directory's so that if something goes wrong you can restore all the permissions, user ids and group ids.
The database is just a text file so is quite compressible.
Command line usage is...
Permissionable Attributes allows you to declare which attributes of a model have permissions associated with them and what those permissions are.
The best example of where you would use this plugin is for a community site where you have certain attributes on a user model that
are only viewable t...
please add a bug if you find one