Created
November 14, 2022 21:46
-
-
Save theptrk/da30b130ad10ca0626859936c7853cf3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.core.exceptions import PermissionDenied | |
from django.shortcuts import get_object_or_404 | |
from django.shortcuts import render | |
from django.shortcuts import redirect | |
from django.contrib.auth.decorators import login_required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment