1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-10 06:47:58 +00:00
py-i2phosts/pyi2phosts/postkey/urls.py

7 lines
144 B
Python
Raw Normal View History

2010-10-06 19:02:08 +00:00
from django.conf.urls.defaults import *
urlpatterns = patterns('pyi2phosts.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
)