Commit 2589b9fdc96588b2427fbba052391c0d2587003e

Authored by Sergio Oliveira
1 parent 3ac7bdf7

Renaming settings_local to local_settings

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/custom_settings.py
@@ -57,6 +57,6 @@ SOLR_BASE_QUERY = """ @@ -57,6 +57,6 @@ SOLR_BASE_QUERY = """
57 """ 57 """
58 58
59 try: 59 try:
60 - from settings_local import * 60 + from local_settings import *
61 except ImportError: 61 except ImportError:
62 pass 62 pass