Re-added corp choice to HRApplicationsw

This commit is contained in:
Adarnof
2015-09-20 03:34:29 +00:00
parent 31a98f86c3
commit 2c98b5e4a6
4 changed files with 15 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ STATIC_URL = '/static/'
# Set to FALSE for alliance
# Set to TRUE for corp
###########################
IS_CORP = False
IS_CORP = 'False' == os.environ.get('AA_IS_CORP', 'True')
#################