Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Aug 20, 2024
1 parent c04e93c commit 8b83c3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ useful for Rīchi Mahjong players.

## Quickstart
```
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
poetry install
poetry run python manage.py migrate
poetry run python manage.py runserver
```

### Running the workers
Make sure you have [RabbitMQ](https://www.rabbitmq.com/download.html) installed.

```
celery -A kcc3 worker --beat --scheduler django --loglevel=info
poetry run celery -A kcc3 worker --beat --scheduler django --loglevel=info
```

### `pre-commit`
Expand Down

0 comments on commit 8b83c3d

Please sign in to comment.