Update README.md

main
Michael Herman 2016-04-09 11:47:57 -06:00
parent ef6b9c6064
commit f64554b52b
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ $ python manage.py runserver
So access the application at the address [http://localhost:5000/](http://localhost:5000/)
Want to specify a different port?
```sh
$ python manage.py runserver -h 0.0.0.0 -p 8080
```
### Testing