Re: Django Admin completely empty

2012-02-01 Thread darwin_tech
All db tables are in place and the settings hold the correct login info. I can interact with all models in the shell and my applications run without problem (i.e. return data from the db). Sam On Feb 1, 11:17 am, Joel Goldstick wrote: > On Wed, Feb 1, 2012 at 12:11 PM, darwin_tech wrote: > > Th

Re: Django Admin completely empty

2012-02-01 Thread Joel Goldstick
On Wed, Feb 1, 2012 at 12:11 PM, darwin_tech wrote: > The source is also empty: > >         >         >         > >         >         > > as though it is aware there should be model information but is not > receiving any > > Any more suggestions? This is really perplexing me. > > Sam > > On Ja

Re: Django Admin completely empty

2012-02-01 Thread darwin_tech
The source is also empty: as though it is aware there should be model information but is not receiving any Any more suggestions? This is really perplexing me. Sam On Jan 31, 2:42 pm, Joel Goldstick wrote: > On Jan 30, 5:14 pm, darwin_tech wro

Re: Django Admin completely empty

2012-01-31 Thread Joel Goldstick
On Jan 30, 5:14 pm, darwin_tech wrote: > hmmm. I am the superuser, but I went ahead and tried the createuser > command to make another. Still the same in the admin. No models or > user/privilege options. The strange thing is there are boxes where you > would expect apps/models top be, but they a

Re: Django Admin completely empty

2012-01-30 Thread darwin_tech
hmmm. I am the superuser, but I went ahead and tried the createuser command to make another. Still the same in the admin. No models or user/privilege options. The strange thing is there are boxes where you would expect apps/models top be, but they are totally empty. Any other suggestions? Sam On

Re: Django Admin completely empty

2012-01-30 Thread Andres Reyes
Do you have permissions on the models you want to see? You can create a new superuser with python manage.py createsuperuser 2012/1/30 darwin_tech : > Hi, > > On my development server my Django Admin works as expected, showing > all my > models and the auth models. However, on the production ser

Django Admin completely empty

2012-01-30 Thread darwin_tech
Hi, On my development server my Django Admin works as expected, showing all my models and the auth models. However, on the production server, even though the whole application works fine, when I log into the admin I see nothing. No models, no auth. Just a stack of empty boxes. If anyone has any id