Files
mayan-edms/apps/main/urls.py
2011-02-03 17:17:04 -04:00

7 lines
117 B
Python

from django.conf.urls.defaults import *
urlpatterns = patterns('main.views',
url(r'^$', 'home', (), 'home'),
)