Commit 556e3b9c3793c343a1ce8695fddcb6430658fd84

Authored by Sergio Oliveira
Committed by Marcio Mazza
1 parent 627d7b4a

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