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