Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
DIGIPUS
Commits
4885ec3b
Commit
4885ec3b
authored
Oct 10, 2020
by
Yaumi
Browse files
[REFACTOR] code yang di push sebelumnya hilang
parent
89758d6f
Pipeline
#58175
failed with stages
in 16 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/views.py
View file @
4885ec3b
...
...
@@ -37,6 +37,10 @@ from django.contrib import messages
from
pydrive.auth
import
GoogleAuth
from
pydrive.drive
import
GoogleDrive
from
pydrive.auth
import
AuthenticationRejected
from
django.contrib.auth.views
import
PasswordChangeForm
from
django.urls
import
reverse_lazy
from
django.contrib.auth.views
import
PasswordChangeView
from
django.shortcuts
import
render
def
permission_denied
(
request
,
exception
,
template_name
=
"error_403.html"
):
return
defaults
.
permission_denied
(
request
,
exception
,
template_name
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment