Re: can't view my app in the admin page

2008-01-31 Thread mickey ristroph
Did it actually add tables for that app when you synced the db? Did you add the app to your INSTALLED_APPS? On Jan 31, 8:44 pm, aym35 <[EMAIL PROTECTED]> wrote: > hey Guys, > > * warning: this is a beginner question! > > I created a django project and a simple app... I added a simple class > in

Re: can't view my app in the admin page

2008-01-31 Thread [EMAIL PROTECTED]
Is your app in the installed apps list in settings? On Jan 31, 8:46 pm, Jeff Anderson <[EMAIL PROTECTED]> wrote: > You'll need to paste some code so we can see the problem. > Debugging advice: Double check everything! > > Jeff Anderson > > aym35 wrote: > > hey Guys, > > > * warning: this is a beg

Re: can't view my app in the admin page

2008-01-31 Thread Jeff Anderson
You'll need to paste some code so we can see the problem. Debugging advice: Double check everything! Jeff Anderson aym35 wrote: hey Guys, * warning: this is a beginner question! I created a django project and a simple app... I added a simple class in models.py (I put in an inner Admin class),

can't view my app in the admin page

2008-01-31 Thread aym35
hey Guys, * warning: this is a beginner question! I created a django project and a simple app... I added a simple class in models.py (I put in an inner Admin class), synced the db, and visited the admin page... however, I cannot see a field on the admin page related to my new class... only the