Update launcher django requirement message.

This commit is contained in:
Griatch 2017-06-06 19:43:28 +02:00
parent c60555b70a
commit f6ad6213d7

View file

@ -64,8 +64,8 @@ ENFORCED_SETTING = False
# requirements # requirements
PYTHON_MIN = '2.7' PYTHON_MIN = '2.7'
TWISTED_MIN = '16.0.0' TWISTED_MIN = '16.0.0'
DJANGO_MIN = '1.8' DJANGO_MIN = '1.11'
DJANGO_REC = '1.9' DJANGO_REC = '1.11'
sys.path[1] = EVENNIA_ROOT sys.path[1] = EVENNIA_ROOT