Rename awx/settings/jenkins to awx/settings/development_quiet

This commit is contained in:
James Laska
2014-06-05 15:00:51 -04:00
parent e8dc57ff36
commit 9ee0eb9850

View File

@@ -0,0 +1,15 @@
# Copyright (c) 2014 AnsibleWorks, Inc.
# All Rights Reserved.
# Development settings for AWX project, but with DEBUG disabled
# Load development settings.
from defaults import *
# Load development settings.
from development import *
# Disable capturing DEBUG
DEBUG = False
TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = DEBUG