Hello,

I have a model, which was already created within the DB, and I added
following permissions:
    class META:
        permissions = (
            ('view_all_projects', 'Can view all projects'),
        )
        verbose_name = _("project")
        verbose_name_plural = _("projects")

When I started a syncdb, the permissions did not appear in the
database. I whiped the database and synced again, also no success.
This permission does not show up.

Has anyone an idea, what I am doing wrong?

thanks, tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to