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/4fcc9937-d53a-4917-9ff2-1d0d709b137f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to