Merge pull request #255 from audreyr/add-createdb

Add PostgreSQL createdb instructions to generated README.
This commit is contained in:
Fábio C. Barrionuevo da Luz 2015-06-28 18:21:03 -03:00
commit b9a2b90773

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