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
Kape
Commits
93240aee
Commit
93240aee
authored
Oct 06, 2019
by
Muhammad Fauzan Fikri
Browse files
add migration for student website url
parent
f74e5c79
Pipeline
#21954
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/migrations/0021_student_website_url.py
0 → 100644
View file @
93240aee
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2019-10-06 08:12
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'0020_merge_20191006_1444'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'student'
,
name
=
'website_url'
,
field
=
models
.
URLField
(
blank
=
True
,
null
=
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