Merged in [19541] from lars@eggert.org:
Print a line than can actually be copied & pasted to start the datatracker. - Legacy-Id: 19559 Note: SVN reference [19541] has been migrated to Git commit 32e2b18b31729ee0161f40dc3d7e894a47ebc616
This commit is contained in:
parent
9b041ed9fd
commit
7dc1ec1761
|
@ -76,7 +76,7 @@ echo
|
||||||
if [ -z "$*" ]; then
|
if [ -z "$*" ]; then
|
||||||
echo "You can execute arbitrary commands now, e.g.,"
|
echo "You can execute arbitrary commands now, e.g.,"
|
||||||
echo
|
echo
|
||||||
echo " ietf/manage.py runserver 0.0.0.0:8000"
|
echo " ietf/manage.py check && ietf/manage.py runserver 0.0.0.0:8000"
|
||||||
echo
|
echo
|
||||||
echo "to start a development instance of the Datatracker."
|
echo "to start a development instance of the Datatracker."
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue