Remove the urban address in Ohshown Event Admin UI view
how
Simply modify the fieldsets in admin/ohshown_event.py. (Note: It might be a mess code change if we want to remove all of the related code in the backend)
Test
Checked the detail section in ohshown event admin UI.
Before
After
why
For issue https://github.com/tai271828/disfactory-backend/issues/26
what
Remove the urban address in Ohshown Event Admin UI view
how
Simply modify the fieldsets in
admin/ohshown_event.py
. (Note: It might be a mess code change if we want to remove all of the related code in the backend)Test
Checked the detail section in ohshown event admin UI. Before After