Add PostgreSQL createdb instructions to generated README.

This commit is contained in:
Audrey Roy 2015-06-28 14:14:34 -07:00
parent cd8c694b15
commit 5e48e162f7

View File

@ -56,6 +56,10 @@ First make sure to create and activate a virtualenv_, then open a terminal at th
.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/
Create a local PostgreSQL database::
$ createdb {{ cookiecutter.repo_name }}
You can now run the ``runserver_plus`` command::
$ python manage.py runserver_plus