Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

added some next steps to readme #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ If all went well then your command line prompt should now start with `(productio
If your command line prompt does not start with `(productionready)` at this point, try running `pyenv activate productionready` or `cd ../productionready-django-api`.

If pyenv is still not working, visit us in the Thinkster Slack channel so we can help you out.

Next steps:
9. install dependencies: pip install -r requirements.txt
10. migrate the database: python manage.py migrate
11. python manage.py runserver
12. go in your web browser to http://127.0.0.1:8000/api
13. you can also create a superuser: python manage.py createsuperuser