diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index a192089..34bc34c 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -57,6 +57,6 @@ SOLR_BASE_QUERY = """ """ try: - from settings_local import * + from local_settings import * except ImportError: pass -- libgit2 0.21.2