fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Str/bytes fix for publishing audiobooks.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
custom.py
diff --git
a/src/wolnelektury/settings/custom.py
b/src/wolnelektury/settings/custom.py
index
08ad482
..
ab4719e
100644
(file)
--- a/
src/wolnelektury/settings/custom.py
+++ b/
src/wolnelektury/settings/custom.py
@@
-30,3
+30,15
@@
CATALOGUE_MIN_INITIALS = 60
PICTURE_PAGE_SIZE = 20
CONTACT_FORMS_MODULE = 'wolnelektury.contact_forms'
PICTURE_PAGE_SIZE = 20
CONTACT_FORMS_MODULE = 'wolnelektury.contact_forms'
+
+PAYU_POS = {
+ '300746': {
+ 'client_secret': '2ee86a66e5d97e3fadc400c9f19b065d',
+ 'secondary_key': 'b6ca15b0d1020e8094d9b5f8d163db54',
+ 'sandbox': True,
+ },
+}
+
+CLUB_PAYU_POS = '300746'
+CLUB_PAYU_RECURRING_POS = '300746'
+