aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cve_checker/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cve_checker/apps.py')
-rwxr-xr-xlib/cve_checker/apps.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/cve_checker/apps.py b/lib/cve_checker/apps.py
new file mode 100755
index 00000000..0f8bc069
--- /dev/null
+++ b/lib/cve_checker/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class Cve_CheckerConfig(AppConfig):
+ name = 'cve_checker'