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
648b4c4b
Commit
648b4c4b
authored
Oct 31, 2020
by
Yaumi Alfadha
Browse files
Merge branch 'master' into '1706023031-67'
# Conflicts: # register/migrations/0001_initial.py
parents
e9a0c90b
2221a24c
Pipeline
#60069
failed with stages
in 4 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
authentication/migrations/0009_user_is_email_verified.py
0 → 100644
View file @
648b4c4b
# Generated by Django 3.1 on 2020-10-31 02:00
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
),
),
]
register/migrations/0001_initial.py
View file @
648b4c4b
# Generated by Django 3.1 on 2020-10-30 16:27
register
/
migrations
/
0001
_initial
.
py
from
django.conf
import
settings
from
django.db
import
migrations
,
models
...
...
Write
Preview
Supports
Markdown
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