summaryrefslogtreecommitdiff
path: root/code/skin_settings.py
blob: 5d8df2ef9756d3d94d07842eb24359a05aac424a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SERVER_EMAIL="webmaster@pgdu.org"

# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.
# If running in a Windows environment this must be set to the same as your
# system time zone.
TIME_ZONE = 'Australia/Sydney'

INVOICE_SENDER_EMAIL="treasurer@pgdu.org"
MEMBERSHIP_SENDER_EMAIL="treasurer@pgdu.org"

# Organization name
ORG_NAME="PostgreSQL Down Under"
ORG_SHORTNAME="PgDU"

# Treasurer email address
TREASURER_EMAIL="treasurer@pgdu.org"

ENABLE_PG_COMMUNITY_AUTH = True

# Currency parameter
CURRENCY_ABBREV='AUD'
CURRENCY_SYMBOL='$'
CURRENCY_ISO='AUD'

# Module to build PDF invoices
INVOICE_PDF_BUILDER='pgduinvoices.PGDUInvoice'
REFUND_PDF_BUILDER='pgduinvoices.PGDURefund'

# Base URLs for generating absolute URLs
SITEBASE="https://pgdu.org"

# Account numbers used for auto-accounting
ENABLE_AUTO_ACCOUNTING=True
ENABLE_MEMBERSHIP=True
ENABLE_ELECTIONS=True