Don't try and reference views.home
This commit is contained in:
parent
2760e70c8e
commit
d03672e01e
@ -1,7 +1,7 @@
|
|||||||
from django.urls import include, path
|
from django.urls import include, path
|
||||||
from django.views.generic import TemplateView
|
from django.views.generic import TemplateView
|
||||||
|
|
||||||
from .views import home, send_push
|
from .views import send_push
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("send_push", send_push),
|
path("send_push", send_push),
|
||||||
|
Reference in New Issue
Block a user