Skip to content

Static Files

vamega edited this page Oct 17, 2011 · 1 revision

Static files are a pain to work with from within Django. It's also strongly discouraged to server static files from within the Django process. This webpage describes how you can serve the static files from within dhjango during development.

http://stackoverflow.com/questions/446026/django-how-do-you-serve-media-stylesheets-and-link-to-them-within-templates

Clone this wiki locally