forked from uncloud/uncloud
Move pay views under /user/username/{bill, address, order, ...}
This commit is contained in:
parent
94932edebe
commit
caf7f7a2c2
7 changed files with 118 additions and 52 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from django.contrib.auth.models import AbstractUser
|
||||
from django.db import models
|
||||
from django.core.validators import MinValueValidator
|
||||
from rest_framework.reverse import reverse
|
||||
|
||||
from uncloud import AMOUNT_DECIMALS, AMOUNT_MAX_DIGITS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue