From c72117e29e4fc305baa897941d92eda3c253f14b Mon Sep 17 00:00:00 2001 From: Richard Terry Date: Sun, 21 Apr 2024 10:53:39 +0100 Subject: [PATCH] Fix docs typo --- docs/management.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/management.rst b/docs/management.rst index 2ffc157..e3015c2 100644 --- a/docs/management.rst +++ b/docs/management.rst @@ -51,7 +51,7 @@ bottom of your script, eg: You can then run the script directly to launch the Django development server. This will also automatically collect any arguments you may have passed on the command line:: - python hello.py run runserver 0:8004 + python hello.py runserver 0:8000 Running it as a standalone script