mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Fix #311
This commit is contained in:
parent
723f091096
commit
c1af2b4205
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ from swapper import load_model
|
|||
|
||||
from notifications import settings as notification_settings
|
||||
from notifications.helpers import get_notification_list
|
||||
from notifications.models import Notification
|
||||
from notifications.utils import slug2id
|
||||
|
||||
Notification = load_model('notifications', 'Notification')
|
||||
|
|
|
|||
Loading…
Reference in a new issue