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
ppl-fasilkom-ui
2020
PPL-C
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-BE
Commits
34c58c8b
Commit
34c58c8b
authored
Apr 29, 2020
by
M. Abdurrahman
Browse files
[GREEN] add akreditasi to model sekolah
parent
67939b43
Pipeline
#43910
passed with stages
in 5 minutes and 57 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
layanan_khusus/migrations/0010_sekolah_akreditasi.py
0 → 100644
View file @
34c58c8b
# Generated by Django 2.1.5 on 2020-04-28 23:44
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'layanan_khusus'
,
'0009_auto_20200429_0633'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'sekolah'
,
name
=
'akreditasi'
,
field
=
models
.
CharField
(
default
=
None
,
max_length
=
1
,
null
=
True
),
),
]
layanan_khusus/models.py
View file @
34c58c8b
...
...
@@ -29,3 +29,4 @@ class Sekolah(models.Model):
choices
=
STATUS_SEKOLAH
,
default
=
INKLUSI
)
akreditasi
=
models
.
CharField
(
max_length
=
1
,
null
=
True
,
default
=
None
)
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