Skip to content

Commit

Permalink
Merge pull request #126 from thalesgroup-cert/v2
Browse files Browse the repository at this point in the history
Fix Ticked ID Bug
  • Loading branch information
ygalnezri authored Jun 19, 2024
2 parents 51b32c0 + bdb430f commit 089a7f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Watcher/Watcher/site_monitoring/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from django.utils import timezone
from django_mysql.models import ListCharField
from django.contrib.auth.models import User

from django.db.models.signals import pre_save
from django.dispatch import receiver

class Site(models.Model):
"""
Expand Down

0 comments on commit 089a7f9

Please sign in to comment.