mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-27 08:50:38 +03:00
missed some formatting in the docs
This commit is contained in:
parent
00da531b06
commit
0b40e9bd3c
|
@ -13,11 +13,11 @@ If you haven't cloned the project from an existing git repo, then you need to in
|
||||||
$ git init
|
$ git init
|
||||||
Initialized empty Git repository in /path/to/your/project/{{cookiecutter.repo_name}}/.git/
|
Initialized empty Git repository in /path/to/your/project/{{cookiecutter.repo_name}}/.git/
|
||||||
|
|
||||||
Add the Heroku git repo as a remote, so that we can push to it.
|
Add the Heroku git repo as a remote, so that we can push to it::
|
||||||
|
|
||||||
$ git remote add heroku git@heroku.com:{{cookiecutter.project_name}}.git
|
$ git remote add heroku git@heroku.com:{{cookiecutter.project_name}}.git
|
||||||
|
|
||||||
Add a PostgreSQL database. Note that you will probably get a color other than "GOLD". This is normal.
|
Add a PostgreSQL database. Note that you will probably get a color other than "GOLD". This is normal::
|
||||||
|
|
||||||
$ heroku addons:add heroku-postgresql:dev
|
$ heroku addons:add heroku-postgresql:dev
|
||||||
Adding heroku-postgresql:dev on {{cookiecutter.project_name}}... done, v3 (free)
|
Adding heroku-postgresql:dev on {{cookiecutter.project_name}}... done, v3 (free)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user