add date to uploads
This commit is contained in:
@@ -822,6 +822,8 @@ class UncategorisedDicom(models.Model):
|
||||
|
||||
image_md5_hash = models.CharField(max_length=32, null=True, blank=True)
|
||||
|
||||
created_date = models.DateTimeField(default=timezone.now)
|
||||
|
||||
def check_for_duplicates(self, image_hash):
|
||||
duplicate = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user