Skip to content

Instantly share code, notes, and snippets.

@mgrouchy
Created October 13, 2010 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgrouchy/624350 to your computer and use it in GitHub Desktop.
Save mgrouchy/624350 to your computer and use it in GitHub Desktop.
if settings.DEBUG:
urlpatterns += patterns("",
(r'^media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT, 'show_indexes':True}),)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment