from Hacker News

Super-simple way of serving assets in Django that’ll actually perform well

by flexterra on 7/15/13, 12:40 PM with 1 comments

  • by teilo on 7/15/13, 7:07 PM

    About the only advantage I can see doing this is not having to specify any static directories in your Apache or Nginx config.

    What is the use case that makes serving via Static preferable?