differentreality / supplies_tracker

Django project for tracking home and office supplies
GNU General Public License v3.0
5 stars 10 forks source link

UpdateView,CreateView,DeleteView #11

Closed angeanto closed 6 years ago

angeanto commented 6 years ago

I used functions CreateView, UpdateView,DeleteView to handle all our issues in one. I've passed some new urls because of the way these functions work , i created new views for create,update , delete each object , and i deleted the previous one we had. I hold only show and index which works and seems to be ok . i tried to manage deleting a space but nothing happens . The space i want to delete it's still there and is not affected. Check spaces/index/html.haml and inform me for the errors