Skip to content

Instantly share code, notes, and snippets.

View Adegitetaiwo's full-sized avatar
🎯
Focusing

Taiwo ADEGITE Adegitetaiwo

🎯
Focusing
View GitHub Profile
from django.shortcuts import render, redirect, get_object_or_404
from .models import blog
from account.views import User
from .forms import CommentForm
from django.contrib import messages as msg
from django import forms
# Create your views here.
def blogs(request):