On Wed, Feb 1, 2012 at 12:11 PM, darwin_tech <cronnelocto...@gmail.com> wrote:
> The source is also empty:
>
>        <div class="module">
>        <table summary="Models available in the  application.">
>        <caption><a href="" class="section"></a></caption>
>
>        </table>
>        </div>
>
> 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 <joel.goldst...@gmail.com> wrote:
>> On Jan 30, 5:14 pm, darwin_tech <cronnelocto...@gmail.com> 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 <armo...@gmail.com> 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 <cronnelocto...@gmail.com>:
>>
>> > > > 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.

Reply via email to