added auto-reload when developing.
Some checks failed
Gitea build & Test. / tests (push) Failing after 21s

This commit is contained in:
WGAVermeer
2026-03-25 17:11:14 +01:00
parent be54afa093
commit c17e3e85f2
9 changed files with 73 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ from django.contrib import admin
from django.urls import path, include
urlpatterns = [
path("__reload__/", include("django_browser_reload.urls")),
path("polls/", include("polls.urls")),
path("admin/", admin.site.urls),
]