Further fix addressing #2035

This commit is contained in:
Griatch 2020-01-29 18:37:01 +01:00
parent fea02b73bc
commit edd5ff2798
2 changed files with 2 additions and 5 deletions

View file

@ -94,7 +94,7 @@ SRESET = chr(19) # shutdown server in reset mode
PYTHON_MIN = "3.7"
TWISTED_MIN = "18.0.0"
DJANGO_MIN = "2.1"
DJANGO_REC = "2.2.5"
DJANGO_REC = "2.2.9"
try:
sys.path[1] = EVENNIA_ROOT