diff options
author | Bill Nottingham <notting@splat.cc> | 2021-04-30 20:14:38 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2021-04-30 20:32:05 +0200 |
commit | c8cf28f266f674ea4cd0096886a0827f629cffac (patch) | |
tree | fc36dfa4e54af3a88e92b5cd71e708d47926a241 /config | |
parent | Merge pull request #10062 from shanemcd/fix-ee-cg (diff) | |
download | awx-c8cf28f266f674ea4cd0096886a0827f629cffac.tar.xz awx-c8cf28f266f674ea4cd0096886a0827f629cffac.zip |
Assorted renaming and string changes
Diffstat (limited to 'config')
-rw-r--r-- | config/wsgi.py | 4 |
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 |