Re: "available user permissions" list incomplete

2008-11-23 Thread Malcolm Tredinnick
On Sun, 2008-11-23 at 22:22 -0800, sajal wrote: > thanks a lot.. that fixed it. > > Even after making the mess that i made, a syncdb solved the issue > keeping all my other data intact. > > I however have a related question. > > While modifying the existing classes, i.e. adding fields, i do th

Re: "available user permissions" list incomplete

2008-11-23 Thread sajal
thanks a lot.. that fixed it. Even after making the mess that i made, a syncdb solved the issue keeping all my other data intact. I however have a related question. While modifying the existing classes, i.e. adding fields, i do the "ALTER TABLE" by hand as suggested by http://www.djangobook.co

Re: "available user permissions" list incomplete

2008-11-23 Thread Malcolm Tredinnick
On Sun, 2008-11-23 at 21:47 -0800, sajal wrote: > Apologies for the lack of details, didnt really know what details to > provide. > > Here is what I did. Good step-by-step accounting of what you did. Makes it easy to spot where the problem is. > 2 users (one superadmin and one regular user) >

Re: "available user permissions" list incomplete

2008-11-23 Thread sajal
Apologies for the lack of details, didnt really know what details to provide. Here is what I did. 2 users (one superadmin and one regular user) make a new "app" and add few models to it. Assign permission for the new models class to the staff user via the django admin interface. modify the exist

Re: "available user permissions" list incomplete

2008-11-23 Thread Malcolm Tredinnick
On Sun, 2008-11-23 at 20:47 -0800, sajal wrote: > +1 > > Having exactly the same issue. Last night i was busy adding classes > and stuff, after uploading to the dev server, im unable to add > permissions to a "staff" user since the new class isint in the list. > > me (superuser) can see it allr

Re: "available user permissions" list incomplete

2008-11-23 Thread sajal
+1 Having exactly the same issue. Last night i was busy adding classes and stuff, after uploading to the dev server, im unable to add permissions to a "staff" user since the new class isint in the list. me (superuser) can see it allright. For now ill make the "staff" a superuser until i can find

"available user permissions" list incomplete

2008-11-14 Thread Alex Chun
I need to give permission to an admin user to add/edit a class, but that class does not appear on the "available user permissions" list. The class is listed automatically for superusers, so it appears to be registered correctly with the admin. But I can't make that class available to regular adm