mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Add instruction to migrate after doing createdb.
This commit is contained in:
parent
b9a2b90773
commit
79ac986be8
|
@ -60,6 +60,10 @@ Create a local PostgreSQL database::
|
|||
|
||||
$ createdb {{ cookiecutter.repo_name }}
|
||||
|
||||
Run ``migrate`` on your new database::
|
||||
|
||||
$ python manage.py migrate
|
||||
|
||||
You can now run the ``runserver_plus`` command::
|
||||
|
||||
$ python manage.py runserver_plus
|
||||
|
|
Loading…
Reference in New Issue
Block a user