Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
astynax committed Apr 6, 2021
1 parent 981a684 commit 9ebb68d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

DjaIF, simple **Dja**ngo-powered **I**nteractive **F**iction engine.

This project is a software that I'am developing during [this series of YouTube streams (in Russian)](https://www.youtube.com/playlist?list=PLUFoWyWge7mrNDtYx-1pzpUWDWg7kcXQq).

### How to

1. Get [poetry](https://python-poetry.org/).
2. Clone.
3. `poetry install`.
4. `poetry run python manage.py runserver`.
1. Clone.
1. `poetry install`.
1. `poetry run python manage.py migrate`.
1. `poetry run python manage.py createsuperuser --name=admin` and set password to `admin` (TODO: make the password optional).
1. `poetry run python manage.py runserver`.

0 comments on commit 9ebb68d

Please sign in to comment.