Add order images model and test this model

This commit is contained in:
2022-09-30 02:36:44 +03:00
parent 2c3445c889
commit 2a1fa6ce5e
7 changed files with 38 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
import traceback
from account.models import *
from .api_utils import *
from .models import *
from django.core.exceptions import *