diff --git a/Makefile b/Makefile index 8bfc3ec895..2455663f0c 100644 --- a/Makefile +++ b/Makefile @@ -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