From: Dave Page Date: Wed, 21 Jun 2023 12:15:42 +0000 (+0100) Subject: Fix module config. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f91207140343a508a969bd68f33a2830372fb811;p=pguk-website.git Fix module config. --- diff --git a/code/skin_settings.py b/code/skin_settings.py index 392b04b..cde5c47 100644 --- a/code/skin_settings.py +++ b/code/skin_settings.py @@ -10,9 +10,13 @@ ORG_SHORTNAME = "PGUK" # Modules ENABLE_PG_COMMUNITY_AUTH = True -ENABLE_MEMBERSHIP = True -ENABLE_ELECTIONS = True +ENABLE_MEMBERSHIP = False +ENABLE_ELECTIONS = False + ENABLE_AUTO_ACCOUNTING = True +ACCOUNTING_MANUAL_INCOME_ACCOUNT = 1900 +ACCOUNTING_CONFREG_ACCOUNT = 3003 +ACCOUNTING_CONFSPONSOR_ACCOUNT = 3004 # Emails DEFAULT_EMAIL = "webmaster@pgday.uk"