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
Ryan Karyadiputera
ppl-berkah-back
Commits
433f1b45
Commit
433f1b45
authored
May 15, 2021
by
Ryan Karyadiputera
Browse files
test2
parent
d857e942
Pipeline
#76807
failed with stages
in 9 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
authentication/models.py
View file @
433f1b45
...
...
@@ -85,7 +85,7 @@ class Mahasiswa(models.Model):
user
=
models
.
OneToOneField
(
User
,
on_delete
=
models
.
CASCADE
,
related_name
=
'mahasiswa'
)
org_code
=
models
.
CharField
(
'organization_code'
,
max_length
=
11
,
blank
=
True
)
npm
=
models
.
CharField
(
'npm'
,
max_length
=
10
,
blank
=
True
)
npm
=
models
.
CharField
(
'npm'
,
max_length
=
10
)
faculty
=
models
.
CharField
(
'faculty'
,
max_length
=
128
,
blank
=
True
)
major
=
models
.
CharField
(
'major'
,
max_length
=
128
,
blank
=
True
)
program
=
models
.
CharField
(
'program'
,
max_length
=
128
,
blank
=
True
)
...
...
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