mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-10 14:58:05 +00:00
6 lines
114 B
Python
6 lines
114 B
Python
from django.conf.urls.defaults import *
|
|
|
|
urlpatterns = patterns('pyi2phosts.search.views',
|
|
(r'^$', 'search'),
|
|
)
|