mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 14:28:03 +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'),
|
|
)
|