Final changes to support permissions and roles

This commit is contained in:
Roberto Rosario
2011-02-13 04:33:40 -04:00
parent a47ff7c4b4
commit 344a613514
24 changed files with 455 additions and 71 deletions

View File

@@ -0,0 +1,3 @@
from django.conf import settings
DEFAULT_ROLES = getattr(settings, 'ROLES_DEFAULT_ROLES', [])