Tagged Questions
The static-media tag has no wiki summary.
3
votes
1answer
417 views
Changing default url to static-media in Flask
I've made a website using Flask and I have no problems getting things to work properly on the built-in development server. I've also been able to get things running on my production server under ...
2
votes
2answers
2k views
Serving static media during Django development: Why not MEDIA_ROOT?
I read this guide about serving static media with Django during development.
I noticed that MEDIA_URL and MEDIA_ROOT were not used in this. Why? What's the difference?
I tried doing it with ...
1
vote
2answers
448 views
Speeding up site using gzip and far-future expiration dates
I recently deployed a site http://boardlite.com . One of the tester websites http://www.gidnetwork.com/tools/gzip-test.php suggests that gzip is not enabled for my site. YSlow gives an A grade for ...
1
vote
2answers
437 views
help needed with Lighttpd and Apache cofiguration with Django
I am using Django as web framework and then Apache and Lighttpd as web server and static media server respectively. Lighty serves all my static content well and good, but I need to configure it to ...