Commit 595d44309314d7eecd37594fa972050ea2aab166

Authored by Sergio Oliveira
1 parent 10c86750

Importing from custom_settings.py

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/colab/local_settings-dev.py
1 1
  2 +from custom_settings import *
  3 +
2 DEBUG = True 4 DEBUG = True
3 TEMPLATE_DEBUG = DEBUG 5 TEMPLATE_DEBUG = DEBUG
4 6