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

7 lines
109 B
Python

from django.conf.urls.defaults import *
urlpatterns = patterns('jump.views',
(r'^([^$/]+)', 'jumper'),
)