Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
DIGIPUS
Commits
e720cd27
Commit
e720cd27
authored
Oct 31, 2020
by
Yaumi Alfadha
Browse files
Delete 0009_user_is_email_verified.py
parent
b97962bb
Pipeline
#60047
failed with stages
in 3 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
authentication/migrations/0009_user_is_email_verified.py
deleted
100644 → 0
View file @
b97962bb
# Generated by Django 3.1 on 2020-10-30 16:27
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'authentication'
,
'0008_user_is_subscribing_to_material_comments'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'user'
,
name
=
'is_email_verified'
,
field
=
models
.
BooleanField
(
default
=
False
),
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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