mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Add tmux CC make target for using with the development service (make
servercc instead of make server)
This commit is contained in:
3
Makefile
3
Makefile
@@ -209,6 +209,9 @@ server_noattach:
|
|||||||
server: server_noattach
|
server: server_noattach
|
||||||
tmux -2 attach-session -t tower
|
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).
|
# Run the built-in development webserver (by default on http://localhost:8013).
|
||||||
runserver:
|
runserver:
|
||||||
$(PYTHON) manage.py runserver
|
$(PYTHON) manage.py runserver
|
||||||
|
|||||||
Reference in New Issue
Block a user