mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Rename awx/settings/jenkins to awx/settings/development_quiet
This commit is contained in:
15
awx/settings/development_quiet.py
Normal file
15
awx/settings/development_quiet.py
Normal 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
|
||||
Reference in New Issue
Block a user