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
Collection of Practice
2019
1606828702-practice
Commits
a9e1e4bc
Commit
a9e1e4bc
authored
Nov 13, 2019
by
Rahmania Astrid Mochtar
Browse files
fix migration error
parent
e7b67ed6
Pipeline
#24775
failed with stages
in 36 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
accounts/migrations/0001_initial.py
View file @
a9e1e4bc
# Generated by Django 2.1.7 on 2019-11-1
1
1
0:15
# Generated by Django 2.1.7 on 2019-11-1
3
1
4:32
from
django.db
import
migrations
,
models
...
...
accounts/migrations/0002_token.py
deleted
100644 → 0
View file @
e7b67ed6
# Generated by Django 2.1.7 on 2019-11-12 13:50
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'accounts'
,
'0001_initial'
),
]
operations
=
[
migrations
.
CreateModel
(
name
=
'Token'
,
fields
=
[
(
'id'
,
models
.
AutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'email'
,
models
.
EmailField
(
max_length
=
254
)),
(
'uid'
,
models
.
CharField
(
max_length
=
255
)),
],
),
]
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