give devrama localhost features

pull/139/head
Aevann 2023-03-11 09:18:25 +02:00
parent 14a2664534
commit 0df1240473
1 changed files with 4 additions and 0 deletions

View File

@ -893,6 +893,10 @@ elif SITE == 'watchpeopledie.tv':
}
elif SITE == 'devrama.net':
AEVANN_ID = 7
FEATURES['ASSET_SUBMISSIONS'] = True
FEATURES['PRONOUNS'] = True
FEATURES['HOUSES'] = True
FEATURES['USERS_PERMANENT_WORD_FILTERS'] = True
else: # localhost or testing environment implied
FEATURES['ASSET_SUBMISSIONS'] = True
FEATURES['PRONOUNS'] = True