Don't try and reference views.home

This commit is contained in:
3wc 2021-04-08 15:37:00 +02:00
parent 2760e70c8e
commit d03672e01e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from django.urls import include, path
from django.views.generic import TemplateView
from .views import home, send_push
from .views import send_push
urlpatterns = [
path("send_push", send_push),