mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Update developing-locally.rst
This commit is contained in:
parent
e031ed8e6f
commit
d022bc89f0
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user