mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Major rename of package from lib to ansibleworks.
This commit is contained in:
9
ansibleworks/ui/context_processors.py
Normal file
9
ansibleworks/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