diff pylons_app/lib/db_manage.py @ 240:7c4fa2a66195

small fixes
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 30 May 2010 21:30:09 +0200
parents b18f89d6d17f
children 9d64df490248
line wrap: on
line diff
--- a/pylons_app/lib/db_manage.py	Sun May 30 19:49:40 2010 +0200
+++ b/pylons_app/lib/db_manage.py	Sun May 30 21:30:09 2010 +0200
@@ -68,7 +68,8 @@
             raise
     
     def create_permissions(self):
-        perms = [('can_view_admin_users', 'Access to admin user view'),
+        #module.(access|create|change|delete)_[name]
+        perms = [('admin.access_home', 'Access to admin user view'),
                  
                  ]