Fix Django version in requirements.txt
Django must be at least to 1.8 version to avoid stacktrace when starting server. Closes-Bug: #1545982 Change-Id: I62b46535794f8cb98c03e6fa30a04f382242ef76
This commit is contained in:
parent
d60b826775
commit
0f9664e795
@ -4,7 +4,7 @@
|
||||
|
||||
pbr>=1.3
|
||||
Babel>=1.3
|
||||
Django<1.9,>=1.7
|
||||
Django<1.9,>=1.8
|
||||
django-compressor>=1.4
|
||||
XStatic>=1.0.0 # MIT License
|
||||
XStatic-Angular>=1.3.7 # MIT License
|
||||
|
Loading…
x
Reference in New Issue
Block a user