mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Merge pull request #256 from audreyr/add-migrate
Add instruction to migrate after doing createdb.
This commit is contained in:
commit
6c163c1d56
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue