mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Add PostgreSQL createdb instructions to generated README.
This commit is contained in:
parent
cd8c694b15
commit
5e48e162f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user