mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 00:17:29 -02:30
Rename ansibleworks to awx.
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
# Copyright (c) 2013 AnsibleWorks, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
import os
|
||||
|
||||
if __name__ == '__main__':
|
||||
# Since this manage.py will only be used when running from a source
|
||||
# checkout, default to using the development settings.
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE',
|
||||
'ansibleworks.settings.development')
|
||||
from ansibleworks import manage
|
||||
from awx import manage
|
||||
manage()
|
||||
|
||||
Reference in New Issue
Block a user