Merge pull request #325 from samyerkes/master

Updated default port in readme
This commit is contained in:
Pēteris Caune 2020-01-31 09:43:45 +02:00 committed by GitHub
commit b8cf428899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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