Fakultas Ilmu Komputer UI

Skip to content
  • Rani Lasma Uli's avatar
    Refactor home page view to use a template · 466ac820
    Rani Lasma Uli authored
    Front page HTML now generated from a template
    
    - Found code smell on our app
    - already passed the test for add item by implement views.py and
    template
    
    refactor the functional test compose the 'redundant' action into one
    method
    
    Model for list Items and associated migration
    
    Code smell: POST test is too long?, fixed.
    
    Redirect after POST, and show all items in template
    466ac820