Browse Source

corrected whitespace

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
cea8c2c07b
  1. 2
      pyweb/urls.py

2
pyweb/urls.py

@ -8,8 +8,6 @@ from django.conf import settings
urlpatterns = patterns('',
(r'^/?$', 'django.views.generic.simple.redirect_to', { 'url': '/mumble/' } ),
# Example:
# (r'^mumble_django/', include('mumble_django.foo.urls')),
# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
# to INSTALLED_APPS to enable admin documentation:

Loading…
Cancel
Save