updated to django 1.3 in requirements
This commit is contained in:
parent
c6ba1fb7be
commit
d170c817f1
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user