1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-25 05:54:27 +00:00

7 lines
133 B
Python

from django.conf.urls.defaults import *
urlpatterns = patterns('postkey.views',
(r'^$', 'addkey'),
(r'^success/', 'success'),
)