summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBill Nottingham <notting@splat.cc>2021-04-30 20:14:38 +0200
committerBill Nottingham <notting@splat.cc>2021-04-30 20:32:05 +0200
commitc8cf28f266f674ea4cd0096886a0827f629cffac (patch)
treefc36dfa4e54af3a88e92b5cd71e708d47926a241 /config
parentMerge pull request #10062 from shanemcd/fix-ee-cg (diff)
downloadawx-c8cf28f266f674ea4cd0096886a0827f629cffac.tar.xz
awx-c8cf28f266f674ea4cd0096886a0827f629cffac.zip
Assorted renaming and string changes
Diffstat (limited to 'config')
-rw-r--r--config/wsgi.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/wsgi.py b/config/wsgi.py
deleted file mode 100644
index c053481836..0000000000
--- a/config/wsgi.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import sys
-if sys.prefix != '/var/lib/awx/venv/tower':
- raise RuntimeError('Tower virtualenv not activated. Check WSGIPythonHome in Apache configuration.')
-from awx.wsgi import application # NOQA