We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805c1fa commit fe1e9bbCopy full SHA for fe1e9bb
vulnerablecode/settings.py
@@ -65,11 +65,11 @@
65
"vulnerabilities",
66
# Django built-in
67
"django.contrib.auth",
68
+ "django.contrib.admin",
69
"django.contrib.contenttypes",
70
"django.contrib.sessions",
71
"django.contrib.messages",
72
"django.contrib.staticfiles",
- "django.contrib.admin",
73
"django.contrib.humanize",
74
# Third-party apps
75
"django_filters",
@@ -161,6 +161,10 @@
161
162
USE_I18N = True
163
164
+USE_L10N = True
165
+
166
+USE_TZ = True
167
168
IS_TESTS = False
169
170
if len(sys.argv) > 0:
@@ -195,9 +199,6 @@
195
199
"bulk_search_cpes": "5/day",
196
200
}
197
201
198
-USE_L10N = True
-
-USE_TZ = True
202
203
# Static files (CSS, JavaScript, Images)
204
0 commit comments