Author: Not specified | Language: python |
Description: Not specified | Timestamp: 2013-06-17 16:49:48 +0000 |
View raw paste | Reply |
- from django.conf import settings
- if settings.DEBUG:
- urlpatterns += patterns('django.contrib.staticfiles.views',
- url(r'^static/(?P<path>.*)$', 'serve'),
- )
View raw paste | Reply |