Adding migrations for django1.8.

This commit is contained in:
Griatch 2015-04-04 00:06:01 +02:00
parent 1a7a6b3fff
commit b59e38caf5
6 changed files with 227 additions and 8 deletions

View file

@ -679,8 +679,8 @@ def check_evennia_dependencies():
# defining the requirements
python_min = '2.7'
twisted_min = '12.0'
django_min = '1.7'
django_rec = '1.7'
django_min = '1.8'
django_rec = '1.8'
errstring = ""
no_error = True