minor update

This commit is contained in:
2025-08-25 15:14:20 +05:30
parent 7272f1726f
commit 8bfa53a7b8
9 changed files with 82 additions and 8 deletions
-1
View File
@@ -61,7 +61,6 @@ class IssueCategory(models.Model):
def __str__(self):
return self.name
# issues/models.py
class Issue(models.Model):
STATUS_REPORTED = 'reported'
STATUS_ACKNOWLEDGED = 'acknowledged'