On Mon, Sep 28, 2009 at 12:31 PM, Aaron <aa...@genieknows.com> wrote:
> > Sorry for the double post, but I forgot to mention something else. > Ever since I changed MEDIA_URL to '/site_media/' I no longer get the > "jQuery is not defined" error. However, I get a different set of > errors: > > Warning: Error in parsing value for 'filter'. Declaration dropped. > Source File: http://localhost:8000/site_media/pages/css/pages.css > Line: 181 > Warning: Error in parsing value for 'filter'. Declaration dropped. > Source File: http://localhost:8000/site_media/pages/css/pages.css > Line: 185 > Warning: Error in parsing value for 'filter'. Declaration dropped. > Source File: http://localhost:8000/site_media/pages/css/pages.css > Line: 222 > Warning: Error in parsing value for 'vertical-align'. Declaration > dropped. > Source File: http://localhost:8000/site_media/pages/css/pages.css > Line: 234 > > These appear to be errors in your css files. It seems that now that you have set things up so that your css files are actually being served, you are seeing errors reported about them. You wouldn't have seen these earlier because your css files were not being served by the development server. > Also, ever since I've set MEDIA_URL the layout of some of my pages has > changed, and it seems they are now accessing the static files such as > the CSS files they were supposed to access. > > So that sounds like things are working as they should be now? You are just getting notified of problems that could not be noticed earlier, since the files weren't being served. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---