Browse Source

add field for permissions model

blezz-tech 1 month ago
parent
commit
73b96b6fce
1 changed files with 3 additions and 1 deletions
  1. 3 1
      models/permissions.py

+ 3 - 1
models/permissions.py

@@ -34,7 +34,9 @@ class Permissions(models.Model):
         null=True,
         help_text="timestamp проверки"
     )
-    # FIXME: expire_date filed not exist
+    expire_date = models.DateField(
+        help_text="Срок окончания действия разрешения"
+    )
 
     # OTHER
     is_global = models.BooleanField(