From 880bc0d8e30d69551247d2f7365deb8c47ab08d3 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Tue, 28 Jan 2014 12:45:55 +0000 Subject: [PATCH] Fix link to running Django example --- docs/django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/django.md b/docs/django.md index ed8f3d939..9ee8207dd 100644 --- a/docs/django.md +++ b/docs/django.md @@ -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: