1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Add tmux CC make target for using with the development service (make

servercc instead of make server)
This commit is contained in:
Matthew Jones 2015-02-10 12:34:52 -05:00
parent f51e248c8b
commit 60ade410c1

View File

@ -209,6 +209,9 @@ server_noattach:
server: server_noattach
tmux -2 attach-session -t tower
servercc: server_noattach
tmux -2 -CC attach-session -t tower
# Run the built-in development webserver (by default on http://localhost:8013).
runserver:
$(PYTHON) manage.py runserver