Adding migrations for django1.8.
This commit is contained in:
parent
1a7a6b3fff
commit
b59e38caf5
6 changed files with 227 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue