Skip to content

Instantly share code, notes, and snippets.

@andres-torres-marroquin
Created May 9, 2012 20:30
Show Gist options
  • Save andres-torres-marroquin/2648578 to your computer and use it in GitHub Desktop.
Save andres-torres-marroquin/2648578 to your computer and use it in GitHub Desktop.
if settings.DEBUG:
urlpatterns += patterns('',
url(r'^media/(?P<path>.*)$', 'django.views.static.serve', {
'document_root': settings.MEDIA_ROOT,
}),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment