force update

This commit is contained in:
jain
2023-08-22 18:29:22 +05:30
parent f8e529600b
commit 05fd76a50b
10 changed files with 65 additions and 12 deletions

View File

@ -2,6 +2,7 @@
"""Django import"""
from django.db import models
from django.contrib.auth.models import User
from django.core.exceptions import ValidationError
"""App import"""
from base.constants import USER_TYPE, DEVICE_TYPE
# Create your models here.