mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
5 lines
85 B
Python
5 lines
85 B
Python
try:
|
|
from local_settings import *
|
|
except ImportError:
|
|
from defaults import *
|