Skip to content

Commit

Permalink
#2 Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorDB committed Apr 17, 2023
1 parent 3ead720 commit 3924392
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
2. Add app name to `INSTALLED_APPS`
```python
INSTALLED_APPS = [
...
# base django apps (django.contrib.auth is required)
# other apps this one depends on (like rest_framework if it's necessary)
'channels_auth_token_middlewares',
# custom apps
]
```

Expand Down

0 comments on commit 3924392

Please sign in to comment.