Browse Source

Updated default port in readme

The default port after following the directions is actually 8000 instead of 8080.
pull/325/head^2
Sam 5 years ago
committed by GitHub
parent
commit
319d4528bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -70,9 +70,9 @@ in development environment.
$ ./manage.py runserver $ ./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, To log into Django administration site as a super user,
visit `http://localhost:8080/admin`
visit `http://localhost:8000/admin`
## Configuration ## Configuration


Loading…
Cancel
Save