]> git.0d.be Git - panikdb.git/commitdiff
settings: add back empty haystack configuration
authorFrédéric Péters <fpeters@0d.be>
Mon, 25 Jul 2022 14:45:19 +0000 (16:45 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 25 Jul 2022 14:45:19 +0000 (16:45 +0200)
panikdb/settings.py

index f8111e7da3aa15396a615d750b72e413d8a0011b..fb0d24a463e05c6e33f18d50a977d4770a4ccab3 100644 (file)
@@ -282,6 +282,8 @@ TEMPLATE_VARS = {
     'theme_color': "#000000",
 }
 
+HAYSTACK_CONNECTIONS = {'default': {}}
+
 FILE_UPLOAD_DIRECTORY_PERMISSIONS = 0o755
 FILE_UPLOAD_PERMISSIONS = 0o644