Browse Source

remove print statement left from debugging

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
e2c4bca5cf
  1. 1
      pyweb/mumble/urls.py

1
pyweb/mumble/urls.py

@ -49,7 +49,6 @@ if settings.DEBUG or True:
# really serve this stuff through the web server directly.
from os.path import join, dirname, abspath, exists
mediadir = join( dirname(abspath(__file__)), 'media' )
print mediadir
urlpatterns.insert( 1, url(r'^media/(?P<path>.*)$',
'django.views.static.serve',
{'document_root': mediadir, 'show_indexes': True} ),

Loading…
Cancel
Save