This commit is contained in:
Zhongyuan 2016-05-16 16:25:31 +08:00
parent c73232cb28
commit 69e9346464

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