Skip to content

Commit

Permalink
Started drafting the README
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 10, 2019
1 parent 99f852f commit 35dbaef
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,25 @@ A template for Django projects hosted by Heroku

## Getting started

Create your own repo using this template. Clone it to a local directory. Install the dependencies.::
Create your own repo using this template. Clone it to a local directory.

Install the dependencies.

$ pipenv install --dev

Create a local version of the database.::
Create a local version of the database.

$ python manage.py migrate

Do whatever Django things you want to do to configure your project. Then create an application with Heroku.::
Do whatever Django things you want to do to configure your project. Then create an application with Heroku.

$ heroku whatever

Create a database with Heroku.::
Create a database with Heroku.

$ heroku whatever

Commit your work to your repository.::
Commit your work to your repository.

$ git commit -am "Let's do this"

Expand Down

0 comments on commit 35dbaef

Please sign in to comment.