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:
parent
d46a35bb89
commit
a2901385d9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user