mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 07:04:45 -03:30
9 lines
204 B
Python
9 lines
204 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
# Development settings for AWX project, but with DEBUG disabled
|
|
|
|
# Disable capturing DEBUG
|
|
DEBUG = False
|
|
TEMPLATE_DEBUG = DEBUG
|
|
SQL_DEBUG = DEBUG
|