updated to django 1.3 in requirements

This commit is contained in:
Sanj 2011-12-21 19:06:56 +05:30
parent c6ba1fb7be
commit d170c817f1
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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