You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dojo/models.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@
4
4
importlogging
5
5
importre
6
6
importwarnings
7
-
importzoneinfo
8
7
fromcontextlibimportsuppress
9
8
fromdatetimeimportdatetime, timedelta
10
9
fromdecimalimportDecimal
11
10
frompathlibimportPath
12
11
fromuuidimportuuid4
12
+
fromzoneinfoimportavailable_timezones
13
13
14
14
importdateutil
15
15
importhyperlink
@@ -438,7 +438,7 @@ class System_Settings(models.Model):
438
438
url_prefix=models.CharField(max_length=300, default="", blank=True, help_text=_("URL prefix if DefectDojo is installed in it's own virtual subdirectory."))
enable_product_grade=models.BooleanField(default=False, verbose_name=_("Enable Product Grading"), help_text=_("Displays a grade letter next to a product to show the overall health."))
0 commit comments