fix(label): Fix django imports
This commit is contained in:
parent
c5d55e79b2
commit
0156cf18a5
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
# django
|
# django
|
||||||
|
from django.utils.translation import gettext_lazy as _
|
||||||
|
from django.core.validators import MinValueValidator
|
||||||
|
from django.core.validators import MaxValueValidator
|
||||||
from django.http import JsonResponse
|
from django.http import JsonResponse
|
||||||
|
|
||||||
# printer support
|
# printer support
|
||||||
|
|
Loading…
Add table
Reference in a new issue