mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 20:57:07 +01:00
fr
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user