Re: Adding an App to the Admin

2011-01-28 Thread Corey Richardson
On 01/28/2011 08:43 AM, Jonas Geiregat wrote: >>> >>> Are you logged in as a user with permission to change models in that app? >>> It >>> won't appear if not. > > I once changed my admin.py file and after reloading nothing had changed. > What did solve this issue was restarting the server or ha

Re: Adding an App to the Admin

2011-01-28 Thread Corey Richardson
On 01/28/2011 06:30 AM, Daniel Roseman wrote: > On Friday, January 28, 2011 3:09:34 AM UTC, kb1pkl wrote: >> >> I'm following the tutorial at [1]. I'm trying to add the app to the >> admin site. I've run manage.py syncdb, and I've restarted the dev >> server. Any hints? The appropriate files that I

Re: Adding an App to the Admin

2011-01-28 Thread Corey Richardson
On 01/28/2011 03:43 AM, Jonas Geiregat wrote: > > Op 28-jan-2011, om 04:09 heeft Corey Richardson het volgende geschreven: > >> I'm following the tutorial at [1]. I'm trying to add the app to the >> admin site. I've run manage.py syncdb, and I've re

Adding an App to the Admin

2011-01-27 Thread Corey Richardson
I'm following the tutorial at [1]. I'm trying to add the app to the admin site. I've run manage.py syncdb, and I've restarted the dev server. Any hints? The appropriate files that I was instructed to modify can be seen at [2]. Request more information and I can provide it. Thank you! ~Corey [1] -