mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
Rename ansibleworks to awx.
This commit is contained in:
9
awx/ui/context_processors.py
Normal file
9
awx/ui/context_processors.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2013 AnsibleWorks, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
from django.conf import settings as django_settings
|
||||
|
||||
def settings(request):
|
||||
return {
|
||||
'settings': django_settings,
|
||||
}
|
||||
Reference in New Issue
Block a user