1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-02-04 02:46:00 +00:00

6 lines
107 B
Python
Raw Normal View History

2010-10-06 19:02:08 +00:00
from django.conf.urls.defaults import *
urlpatterns = patterns('web.postkey.views',
(r'^$', 'index'),
)