Update web/core/views.py
This commit is contained in:
parent
85db9ee4dc
commit
03af17b61b
@ -13,6 +13,7 @@ from django.utils.text import Truncator
|
|||||||
from django.urls import reverse
|
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 .forms import ImportForm, EntryForm
|
from .forms import ImportForm, EntryForm
|
||||||
from .models import Entry
|
from .models import Entry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user