From 69e934646412193492da7987342f5af3aabca4de Mon Sep 17 00:00:00 2001 From: Zhongyuan Date: Mon, 16 May 2016 16:25:31 +0800 Subject: [PATCH] Fix issue #135 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b1bc824..20cc675 100644 --- a/README.rst +++ b/README.rst @@ -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 = [ ...