From d170c817f15916c4a8dccfcbdb54cf5ba7a505ec Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 21 Dec 2011 19:06:56 +0530 Subject: [PATCH] updated to django 1.3 in requirements --- itf/urls.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/urls.py b/itf/urls.py index 62dec1f..9057be5 100755 --- a/itf/urls.py +++ b/itf/urls.py @@ -30,7 +30,7 @@ urlpatterns = patterns('', (r'site.json', 'app.views.site_json'), (r'^itf/', include('festival.urls')), (r'^accounts/', include('registration.urls')), - (r'^admin/(.*)', admin.site.root), + (r'^admin/(.*)', admin.site.urls), ('^getLanguages', 'itfcore.views.getLanguages'), # Uncomment the admin/doc line below and add 'django.contrib.admindocs' # to INSTALLED_APPS to enable admin documentation: diff --git a/requirements.txt b/requirements.txt index 35f5d9a..f7d3fba 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ --e svn+http://code.djangoproject.com/svn/django/branches/releases/1.2.X/#egg=django +-e svn+http://code.djangoproject.com/svn/django/branches/releases/1.3.X/#egg=django -e bzr+http://code.0x2620.org/python-ox/#egg=python-ox #-e svn+http://django-multilingual.googlecode.com/svn/trunk/#egg=multilingual -e bzr+http://firefogg.org/dev/python-firefogg/#egg=python-firefogg