2012-07-22 13:14:44 +00:00
|
|
|
try:
|
|
|
|
|
from notifications.signals import notify
|
|
|
|
|
except ImportError:
|
|
|
|
|
pass
|
|
|
|
|
|
2012-10-24 22:55:19 +00:00
|
|
|
try:
|
|
|
|
|
from notifications.urls import urlpatterns
|
|
|
|
|
urls = (urlpatterns, 'notifications', 'notifications')
|
|
|
|
|
except ImportError:
|
|
|
|
|
pass
|