added auto-reload when developing.
Some checks failed
Gitea build & Test. / tests (push) Failing after 21s
Some checks failed
Gitea build & Test. / tests (push) Failing after 21s
This commit is contained in:
@@ -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),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user