From 71b1dc353257a046d2361b608d7d71470e0f7ff8 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 7 Sep 2025 21:27:56 +0000 Subject: [PATCH] Update web/illustrations/urls.py --- web/illustrations/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/illustrations/urls.py b/web/illustrations/urls.py index 7de7845..1d2f082 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -1,12 +1,13 @@ # illustrations/urls.py from django.contrib import admin -from django.urls import path, re_path +from django.urls import path, re_path, include from django.contrib.auth import views as auth_views from django.views.generic import TemplateView # NEW: for manifest / service worker / offline from core import views as core_views from core import views_user_features as feat_views # NEW from core import views_tts +from web import views urlpatterns = [ # Core app