|
@ -8,8 +8,6 @@ from django.conf import settings |
|
|
|
|
|
|
|
|
urlpatterns = patterns('', |
|
|
urlpatterns = patterns('', |
|
|
(r'^/?$', 'django.views.generic.simple.redirect_to', { 'url': '/mumble/' } ), |
|
|
(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' |
|
|
# Uncomment the admin/doc line below and add 'django.contrib.admindocs' |
|
|
# to INSTALLED_APPS to enable admin documentation: |
|
|
# to INSTALLED_APPS to enable admin documentation: |
|
|