mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 05:28:36 -05:00
Rearranged settings.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
try:
|
||||
from local_settings import *
|
||||
except ImportError:
|
||||
from defaults import *
|
||||
Reference in New Issue
Block a user