Update developing-locally.rst

This commit is contained in:
Daniel Roy Greenfeld 2015-10-07 09:51:18 -07:00
parent e031ed8e6f
commit d022bc89f0

View File

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