mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
5 lines
85 B
Python
5 lines
85 B
Python
try:
|
|
from local_settings import *
|
|
except ImportError:
|
|
from defaults import *
|