mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
16 lines
320 B
Python
16 lines
320 B
Python
# 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
|