seperate out WOL publication codes, offer GUI for viewing, and add new KC publication source #6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user