legacy-dotfiles/links/urls.py

6 lines
110 B
Python
Raw Normal View History

2011-10-17 01:34:04 +02:00
from django.conf.urls.defaults import patterns
urlpatterns = patterns('links.views',
(r'^$', 'index'),
)