Update web/core/views.py

This commit is contained in:
Joshua Laymon 2026-01-10 00:09:11 +00:00
parent 543ff3c5cc
commit 73da1bcf85

View File

@ -14,7 +14,6 @@ from django.urls import reverse
from django.views.decorators.cache import never_cache from django.views.decorators.cache import never_cache
from django.views.decorators.http import require_POST from django.views.decorators.http import require_POST
from .models_user import SearchHistory, ViewedIllustration from .models_user import SearchHistory, ViewedIllustration
from django.conf import settings
from .forms import ImportForm, EntryForm from .forms import ImportForm, EntryForm
from .models import Entry from .models import Entry