mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 18:14:01 +03:00
Merge pull request #255 from audreyr/add-createdb
Add PostgreSQL createdb instructions to generated README.
This commit is contained in:
commit
b9a2b90773
|
@ -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