Merge pull request #136 from zhang-z/fix/issue-135

Fix issue #135
This commit is contained in:
Zhongyuan 2016-05-16 16:29:27 +08:00
commit cf15b651b7

View file

@ -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 = [
...