This commit is contained in:
DerTyp187
2021-11-19 13:37:02 +01:00
parent 514303cd61
commit e7438643ff
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ from django.http.response import HttpResponse
from django.shortcuts import render, redirect
from .models import Category, Topic
from analytics.models import View
from django.views.generic.base import TemplateView
def index(req):
view = View(ip=get_client_ip(req), home=True)