Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
70e72333
Commit
70e72333
authored
Aug 02, 2016
by
Skia
🤘
Browse files
Update settings
parent
db712c86
Pipeline
#83
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sith/settings_sample.py
View file @
70e72333
...
...
@@ -199,6 +199,13 @@ SITH_BAR_MANAGER = {
'address'
:
"6 Boulevard Anatole France, 90000 Belfort"
}
# Launderette managers
SITH_LAUNDERETTE_MANAGER
=
{
'name'
:
"Laverie"
,
'unix_name'
:
"laverie"
,
'address'
:
"6 Boulevard Anatole France, 90000 Belfort"
}
# Define the date in the year serving as reference for the subscriptions calendar
# (month, day)
SITH_START_DATE
=
(
8
,
15
)
# 15th August
...
...
@@ -321,3 +328,8 @@ SITH_EBOUTIC_PUB_KEY = ""
with
open
(
'./sith/et_keys/pubkey.pem'
)
as
f
:
SITH_EBOUTIC_PUB_KEY
=
f
.
read
()
# Launderette variables
SITH_LAUNDERETTE_PRICES
=
{
'WASHING'
:
1.0
,
'DRYING'
:
0.75
,
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment