Update blog/views.py

pull/6/head
Surya 2024-07-24 22:41:34 +02:00 committed by Jukoga
parent fca2a8e35f
commit 8e87a99ff2
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ from django.shortcuts import render
from django.contrib.auth.mixins import *
from django.views.generic import *
from .models import *
from django.contrib.admin.views.decorators import staff_member_required
from django.utils.decorators import method_decorator
# Create your views here.