This website requires JavaScript.
Explore
Help
Register
Sign In
pangea
/
django-orchestra
Watch
7
Star
0
Fork
You've already forked django-orchestra
0
Code
Issues
1
Pull Requests
2
Packages
Projects
Releases
Wiki
Activity
8c13e75d5d
django-orchestra
/
orchestra
/
apps
/
payments
/
settings.py
5 lines
99 B
Python
Raw
Blame
History
from
django
.
conf
import
settings
PAYMENT_CURRENCY
=
getattr
(
settings
,
'
PAYMENT_CURRENCY
'
,
'
Eur
'
)
Reference in New Issue
View Git Blame
Copy Permalink