parts/django/tests/regressiontests/middleware_exceptions/urls.py
author Nishanth Amuluru <nishanth@fossee.in>
Sun, 09 Jan 2011 10:46:12 +0530
changeset 113 ac75d3cfa96f
parent 69 c6bca38c1cbf
permissions -rw-r--r--
updated the name

# coding: utf-8
from django.conf.urls.defaults import *

import views

urlpatterns = patterns('',
    (r'^$', views.index),
)