Removed check for south availability.
This commit is contained in:
parent
35dad76d02
commit
5371d06e3a
1 changed files with 2 additions and 6 deletions
|
|
@ -668,12 +668,8 @@ def check_evennia_dependencies():
|
||||||
errstring += "\n ERROR: Django does not seem to be installed."
|
errstring += "\n ERROR: Django does not seem to be installed."
|
||||||
no_error = False
|
no_error = False
|
||||||
# South
|
# South
|
||||||
try:
|
if 'south' in settings.INSTALLED_APPS:
|
||||||
if 'south' in settings.INSTALLED_APPS:
|
errstring += "\n ERROR: 'south' found in settings.INSTALLED_APPS. South is no longer used. If this was added manually, remove it."
|
||||||
errstring += "\n ERROR: 'south' found in settings.INSTALLED_APPS. South is no longer used. If this was added manually, remove."
|
|
||||||
no_error = False
|
|
||||||
except ImportError:
|
|
||||||
errstring += "\n ERROR: South (django-south) does not seem to be installed."
|
|
||||||
no_error = False
|
no_error = False
|
||||||
# IRC support
|
# IRC support
|
||||||
if settings.IRC_ENABLED:
|
if settings.IRC_ENABLED:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue