do not import pay->auth
Try to keep common things in the "uncloud" module
This commit is contained in:
parent
ad0c2f1e9d
commit
0fd5ac18cd
3 changed files with 8 additions and 16 deletions
|
|
@ -1,8 +1 @@
|
|||
|
||||
import decimal
|
||||
|
||||
# Define DecimalField properties, used to represent amounts of money.
|
||||
AMOUNT_MAX_DIGITS=10
|
||||
AMOUNT_DECIMALS=2
|
||||
|
||||
decimal.getcontext().prec = AMOUNT_DECIMALS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue