Re: css files are not loading properly for admin screens

2010-05-19 Thread Oulom Souvannavong
It is right It is needed to have more information to help you. Give some logs trace : when you lunch your ./runserver.sh : - what are the HTTP Request logs when your browser try to find the CSS files. - what are your settings concerning the HTTP access at your unix directory [ HTTP server

Re: css files are not loading properly for admin screens

2010-05-19 Thread Sam Lai
Your Django instance isn't set up properly to serve media. Have you configured your web server (Apache, nginx, Cherokee etc.) to serve media? If so, what URLs are they mapped to? You need to set that into the MEDIA_URL variable, e.g. /media/. What you have now doesn't look right. MEDIA_ROOT tells

css files are not loading properly for admin screens

2010-05-18 Thread Lokesh
Hi, CSS files are not loading when i try to access the admin screens. Here are the settings.py config file details MEDIA_ROOT = '' MEDIA_URL = 'http://127.0.0.1:8000' ADMIN_MEDIA_PREFIX = '/media/' Could some one please provide me help on this. Thanks a lot. -- You received this message