1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-23 13:04:18 +00:00

7 lines
137 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',
2010-10-06 19:02:08 +00:00
(r'^$', 'addkey'),
2010-10-06 19:02:08 +00:00
(r'^success/', 'success'),
2010-10-06 19:02:08 +00:00
)