From 319d4528bbc7df49c3efd5fd2b0c8e79fc0636fd Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 29 Jan 2020 20:55:22 -0500 Subject: [PATCH] Updated default port in readme The default port after following the directions is actually 8000 instead of 8080. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29280475..4d2968e3 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ in development environment. $ ./manage.py runserver -The site should now be running at `http://localhost:8080` +The site should now be running at `http://localhost:8000` To log into Django administration site as a super user, -visit `http://localhost:8080/admin` +visit `http://localhost:8000/admin` ## Configuration