From 0df1240473fb294fd9889931ba727a38f4e684e5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 11 Mar 2023 09:18:25 +0200 Subject: [PATCH] give devrama localhost features --- files/helpers/config/const.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 0daf56920..e7aa5f77d 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -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