From d022bc89f06224514ff52efa431756fc3549adb7 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Wed, 7 Oct 2015 09:51:18 -0700 Subject: [PATCH] Update developing-locally.rst --- docs/developing-locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 00c6a0ae0..ae737dc4f 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -17,7 +17,7 @@ First make sure to create and activate a virtualenv_, then open a terminal at th Then, create a PostgreSQL database with the following command, where `[repo_name]` is what value you entered for your project's `repo_name`:: - createdb [repo_name] + $ createdb [repo_name] You can now run the usual Django ``migrate`` and ``runserver`` command::