mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
[docs] Update README.md
This commit is contained in:
parent
c783a5938c
commit
67f39562ba
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ Add the notifications urls to your urlconf:
|
||||||
```python
|
```python
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
...
|
...
|
||||||
path('inbox/notifications/', include("notifications.urls", namespace='notifications')),
|
path('inbox/notifications/', include('notifications.urls', namespace='notifications')),
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue