Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorDB committed Mar 14, 2022
1 parent cc5e484 commit 0fc28bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@


## Install
`$ pip install channels_auth_token_middlewares`

1. `$ pip install channels-auth-token-middlewares`
2. Add app name to `INSTALLED_APPS`
```python
INSTALLED_APPS = [
...
'channels_auth_token_middlewares',
]
```

## Tutorial
[Explore](tutorial)
Expand Down
4 changes: 4 additions & 0 deletions tests/app/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# while true; do
# sleep 60
# done

pip install -e /new_app/

python manage.py test

0 comments on commit 0fc28bb

Please sign in to comment.