diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -222,12 +222,6 @@ migrate: dbchange: $(MANAGEMENT_COMMAND) makemigrations -supervisor: - @if [ "$(VENV_BASE)" ]; then \ - . $(VENV_BASE)/awx/bin/activate; \ - fi; \ - supervisord --pidfile=/tmp/supervisor_pid -n - collectstatic: @if [ "$(VENV_BASE)" ]; then \ . $(VENV_BASE)/awx/bin/activate; \ |