I'm building an application without the django admin. I wan't to run
my own permmissions system. The docs say:

"Note that if your model doesn't have class Admin set when you run
syncdb, the permissions won't be created. If you initialize your
database and add class Admin to models after the fact, you'll need to
run manage.py syncdb again. It will create any missing permissions for
all of your installed apps."
http://www.djangoproject.com/documentation/authentication/#permissions

So I don't add class Admin to my models.

yet when I run syncdb these default permissions are stil created. How
come?

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to