Added compatibility with Django 1.5. New minimum version is 1.4.
This commit is contained in:
parent
0f2762d5f2
commit
9d0b8b5fe7
8 changed files with 22 additions and 24 deletions
|
|
@ -2,9 +2,7 @@
|
|||
This structures the (simple) structure of the
|
||||
webpage 'application'.
|
||||
"""
|
||||
from django.views.generic.simple import direct_to_template
|
||||
from django.conf.urls.defaults import *
|
||||
from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url(r'^$', 'src.web.webclient.views.webclient'),)
|
||||
#url(r'^$', direct_to_template, {'template': 'webclient.html'}),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue