Skip to content

Instantly share code, notes, and snippets.

@micktwomey
Created February 22, 2010 16:35
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 micktwomey/311233 to your computer and use it in GitHub Desktop.
Save micktwomey/311233 to your computer and use it in GitHub Desktop.
from pkg_resources import resource_filename
(r"^media/(?P<path>.*)$", 'django.views.static.serve', {'document_root': resource_filename('django.contrib.admin', 'media')}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment