Fix README instructions on accessing Django admin (must log in first, then go to admin)

This commit is contained in:
Pēteris Caune 2020-02-03 11:28:39 +02:00
parent b7d6f1bb30
commit 5433cb1798
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -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