I apologize for the confusion, but I have ended up following Andreson's 
advise and used "python manage.py collectstatic"
to generate a directory that I uploaded to my Apache server.  That captured 
all the files needed for admin, and after I got my httpd.conf file right, 
it worked correctly.

I no longer use 
../python3.3/site-packages/django/contrib/admin/static/admin directly.

On Sunday, March 22, 2015 at 3:54:11 PM UTC-7, talex wrote:
>
> On second thought maybe using
> /python3.3/site-packages/django/contrib/admin/static/admin 
> directly is not the best practice.  
>
> I tried using  collectstatic, but then the admin could not find it.
> Please comment.
>
> On Sunday, March 22, 2015 at 3:33:21 PM UTC-7, talex wrote:
>>
>> All,
>>
>> Thank you.  I had negeleted to enable file serving on Apache for
>> ../python3.3/site-packages/django/contrib/admin/static/admin
>>
>> I added the stanza:
>>
>> Alias /static/admin  
>> ../python3.3/site-packages/django/contrib/admin/static/admin
>>  <Directory          
>> ../python3.3/site-packages/django/contrib/admin/static/admin>
>>       Require all granted
>>  </Directory>
>>
>> to Apaches's httpd.conf, and now the correct css files are found.
>>
>> Thanks again.
>>
>>
>>
>>
>>
>> On Saturday, March 21, 2015 at 4:27:13 PM UTC-7, talex wrote:
>>>
>>> While using the Django development server, I like the appearance of the 
>>> admin site from django.contrib.  After deploying the application on a 
>>> remote Apache server however, the appearance of admin is very different and 
>>> I do not like it.  The css files in
>>>
>>>
>>> /usr/local/lib/python3.3/site-packages/django/contrib/admin/static/admin/css
>>>
>>> are identical.  
>>>
>>> How can I make the deployed version of admin look like the development 
>>> server version?
>>>
>>> Thanks.
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6a778f43-e7f5-4669-a826-517768c269c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to