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
ppl-fasilkom-ui
2020
PPL-C
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-BE
Commits
6968ab82
Commit
6968ab82
authored
Apr 17, 2020
by
Bimo Iman Smartadi
Browse files
[REFACTOR] Erased unnecessary parentheses
parent
a961ea9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
informasi_fasilitas/models.py
View file @
6968ab82
...
...
@@ -18,7 +18,7 @@ RUNNING_TEXT = 'RT'
TEMPAT_PARKIR_BIASA
=
'TB'
FACILITIES
=
(
(
(
KURSI_RODA
,
'Kursi Roda'
),
(
KURSI_RODA
,
'Kursi Roda'
),
(
LIFT_DISABILITAS
,
'Lift Disabilitas'
),
(
TOILET_DISABILITTAS
,
'Toilet Disabilitas'
),
(
MASJID_MUSHOLA
,
'Masjid/Mushola'
),
...
...
@@ -30,8 +30,9 @@ FACILITIES = (
(
KURSI_UMUM_DISABILITAS
,
'Kursi Umum Disabilitas'
),
(
TEMPAT_PARKIR_DISABILITAS
,
'Tempat Parkir Disabilitas'
),
(
RUNNING_TEXT
,
'Running Text'
),
(
TEMPAT_PARKIR_BIASA
,
'Tempat Parkir Biasa'
))
)
(
TEMPAT_PARKIR_BIASA
,
'Tempat Parkir Biasa'
)
)
class
Lokasi
(
models
.
Model
):
name
=
models
.
CharField
(
max_length
=
50
)
...
...
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