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

web/urls.py: add urlpattern for site-index

This commit is contained in:
Hidden Z 2010-10-24 13:53:40 +00:00
parent d46a35bb89
commit a2901385d9

View File

@ -4,7 +4,10 @@ from django.conf.urls.defaults import *
from django.contrib import admin
admin.autodiscover()
from web.other.views import *
urlpatterns = patterns('',
url(r'^$', index, name='index'),
(r'^postkey/', include('web.postkey.urls')),
(r'^jump/', include('web.jump.urls')),
# Example: