chore: splitted views file into separated files

This commit is contained in:
2024-11-30 13:28:44 +01:00
parent e40cdee31b
commit e6680463ec
12 changed files with 99 additions and 98 deletions
+1 -2
View File
@@ -1,13 +1,12 @@
from decimal import Decimal
from uuid import uuid4
from django.contrib.auth import get_user_model
from django.db import models
from django.utils import timezone
from django.utils.text import gettext_lazy as _
from django.utils.text import slugify
from django.contrib.auth import get_user_model
User = get_user_model()