Skip to content

Commit

Permalink
Login view fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEZE1020 committed Jan 13, 2025
1 parent ab95d14 commit db76ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from rest_framework import status
from django.views.generic import ListView, DetailView, CreateView, UpdateView
from django.contrib.auth import login, authenticate, logout
from django.contrib.auth.decorators import login_required
from django.shortcuts import render, redirect
from django.shortcuts import render, get_object_or_404
from .models import CustomUser, Follow, Post
Expand Down

0 comments on commit db76ae3

Please sign in to comment.