Skip to content

Commit

Permalink
Fix link to running Django example
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Jan 28, 2014
1 parent 89d2653 commit 880bc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/django.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Then, run `fig up`:
myapp_web_1 | Starting development server at http://0.0.0.0:8000/
myapp_web_1 | Quit the server with CONTROL-C.

And your Django app should be running at localhost:3000 (or localdocker:3000 if you're using docker-osx).
And your Django app should be running at [localhost:8000](http://localhost:8000) (or [localdocker:8000](http://localdocker:8000) if you're using docker-osx).

You can also run management commands with Docker. To set up your database, for example, run `fig up` and in another terminal run:

Expand Down

0 comments on commit 880bc0d

Please sign in to comment.