From 5433cb179809f8a7786f76665e997a402091bcbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 3 Feb 2020 11:28:39 +0200 Subject: [PATCH] Fix README instructions on accessing Django admin (must log in first, then go to admin) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d2968e3..2df0d135 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ in development environment. $ ./manage.py runserver -The site should now be running at `http://localhost:8000` -To log into Django administration site as a super user, +The site should now be running at `http://localhost:8000`. +To access Django administration site, log in as a super user, then visit `http://localhost:8000/admin` ## Configuration