Re: DjangoAdmin - Permission in custom modules

2009-05-26 Thread Júlio Cesar
Well, I supose we resolve the problem. Our style programming is reverse then the accurate. Firstly we create the databases, after we make `inspectdb`, and create our models after this. In conformity with the django code(correct me if I'm wrong), permissions are only created when some new model a

Re: DjangoAdmin - Permission in custom modules

2009-05-21 Thread Júlio Cesar
Yes, he really works with me. Well, I supose I have some advance last day. The majority of the admin application we created that do not appear on the index view for non- superusers was the ones that we changed the app_name. We maked this to put verbose names in the title on 'fieldsets' of any ap

Re: DjangoAdmin - Permission in custom modules

2009-05-20 Thread Carlos viol
Hello all! I work with Julio Cesar, and I comes to transpose this question more transparently. The question is about apps that shows when we as super users, and not appear with all others users... I put all permissions of a app (add, change and delete), registered in the admin with a ModelAdmin,

Re: DjangoAdmin - Permission in custom modules

2009-05-20 Thread Alex Gaynor
On Wed, May 20, 2009 at 9:40 AM, Júlio Cesar wrote: > > Hello Guys! > Firstly, sorry for the English errors than came in. English is not my > home language. > > I have a simple problem here: On my custom AdminModules, there's > permissions at level-group to view the my admin modules on the home o

DjangoAdmin - Permission in custom modules

2009-05-20 Thread Júlio Cesar
Hello Guys! Firstly, sorry for the English errors than came in. English is not my home language. I have a simple problem here: On my custom AdminModules, there's permissions at level-group to view the my admin modules on the home of the admin? Currently, only the superuser(s) can view them, and