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:
> > 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  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 are totally empty.
>
> >> > Any other suggestions?
>
> >> > Sam
>
> >> > On Jan 30, 3:40 pm, Andres Reyes  wrote:
>
> >> > > 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 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 idea as to why this might be, your input would be
> >> > > > much appreciated.
>
> >> > > > Sam
>
> >> Look at the source of the page.  Maybe there is a clue there.  I was
> >> wondering if you might have white letters on white background for some
> >> weird reason?
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-users@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.
>
> Did you port your db tables?  Do you know you can access the db with
> the username/pw in settings?  Maybe it sees the models but can't get
> to the data?
>
> --
> Joel Goldstick

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 Jan 31, 2:42 pm, Joel Goldstick  wrote:
>> 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 are totally empty.
>>
>> > Any other suggestions?
>>
>> > Sam
>>
>> > On Jan 30, 3:40 pm, Andres Reyes  wrote:
>>
>> > > 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 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 idea as to why this might be, your input would be
>> > > > much appreciated.
>>
>> > > > Sam
>>
>> Look at the source of the page.  Maybe there is a clue there.  I was
>> wondering if you might have white letters on white background for some
>> weird reason?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
Did you port your db tables?  Do you know you can access the db with
the username/pw in settings?  Maybe it sees the models but can't get
to the data?



-- 
Joel Goldstick

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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  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 are totally empty.
>
> > Any other suggestions?
>
> > Sam
>
> > On Jan 30, 3:40 pm, Andres Reyes  wrote:
>
> > > 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 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 idea as to why this might be, your input would be
> > > > much appreciated.
>
> > > > Sam
>
> Look at the source of the page.  Maybe there is a clue there.  I was
> wondering if you might have white letters on white background for some
> weird reason?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 are totally empty.
>
> Any other suggestions?
>
> Sam
>
> On Jan 30, 3:40 pm, Andres Reyes  wrote:
>
>
>
>
>
>
>
> > 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 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 idea as to why this might be, your input would be
> > > much appreciated.
>
> > > Sam

Look at the source of the page.  Maybe there is a clue there.  I was
wondering if you might have white letters on white background for some
weird reason?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 Jan 30, 3:40 pm, Andres Reyes  wrote:
> 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 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 idea as to why this might be, your input would be
> > much appreciated.
>
> > Sam
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-users@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.
>
> --
> Andrés Reyes Monge
> armo...@gmail.com
> +(505)-8873-7217

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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 idea as to why this might be, your input would be
> much appreciated.
>
> Sam
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Andrés Reyes Monge
armo...@gmail.com
+(505)-8873-7217

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 idea as to why this might be, your input would be
much appreciated.

Sam

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.