Browse Source

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

pull/328/head
Pēteris Caune 5 years ago
parent
commit
5433cb1798
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -70,8 +70,8 @@ in development environment.
$ ./manage.py runserver $ ./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` visit `http://localhost:8000/admin`
## Configuration ## Configuration


Loading…
Cancel
Save