Remove vestigal django stuff for old ui

This commit is contained in:
Jake McDermott
2020-11-17 18:19:46 -05:00
parent f49e4a646f
commit 27219d34eb
11 changed files with 141 additions and 38 deletions

5
awx/ui/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
# Copyright (c) 2015 Ansible, Inc.
# All Rights Reserved.
default_app_config = 'awx.ui.apps.UIConfig'