mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-14 16:13:09 +00:00
Fix issue #135
This commit is contained in:
parent
c73232cb28
commit
69e9346464
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ The app should go somewhere after all the apps that are going to be generating n
|
|||
|
||||
Add the notifications urls to your urlconf::
|
||||
|
||||
import notifications
|
||||
import notifications.urls
|
||||
|
||||
urlpatterns = [
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue