Add qoute step.

This commit is contained in:
aminhashemi92 2025-08-21 09:18:51 +03:30
parent b71ea45681
commit 6ff4740d04
30 changed files with 3362 additions and 376 deletions

View file

@ -42,7 +42,6 @@ class Well(SluggedModel):
verbose_name="نماینده",
related_name="wells",
null=True,
blank=True
)
water_subscription_number = models.CharField(
@ -54,7 +53,6 @@ class Well(SluggedModel):
max_length=20,
verbose_name="شماره اشتراک برق",
null=True,
blank=True,
unique=True
)