Re: Every field is readonly in admin site

2015-01-12 Thread Collin Anderson
Hi, Are they not showing up in the admin at all, or are they showing up but read-only? Are you calling "admin.site.register(MyModel)" in admin.py? Is your user a "superuser" in django? Collin On Sunday, January 11, 2015 at 4:30:50 AM UTC-5, Abhinav Agarwal wrote: > > I am not getting and 'cha

Every field is readonly in admin site

2015-01-11 Thread Abhinav Agarwal
I am not getting and 'change' and 'delete' options for user, groups and apps(every model). I have added admin.autodiscover() in url.py I have also imported models in admin.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from