mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 06:03:09 +00:00
updated django version to 1.7.6 and django-debug-toolbar to 1.3.0
This commit is contained in:
parent
9c4ad0da1a
commit
bddf914bd5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Bleeding edge Django
|
||||
django==1.7.5
|
||||
django==1.7.6
|
||||
|
||||
# Configuration
|
||||
django-configurations==0.8
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ django-extensions==1.5.1
|
|||
Werkzeug==0.10.1
|
||||
|
||||
# django-debug-toolbar that works with Django 1.5+
|
||||
django-debug-toolbar==1.2.2
|
||||
django-debug-toolbar==1.3.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue