Added compatibility with Django 1.5. New minimum version is 1.4.

This commit is contained in:
Kelketek 2013-03-23 14:20:41 -05:00
parent 0f2762d5f2
commit 9d0b8b5fe7
8 changed files with 22 additions and 24 deletions

View file

@ -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'}),)