...

/

Project Solution: Updating Songs

Project Solution: Updating Songs

Let's review the solution for how to update songs in the database.

Solution

B

ÃK ^ã@sdS)N©rrrúS/Users/wasifibrahim/Documents/new_project/django_project/django_project/__init__.pyÚ<module>ó

Explanation

We made the following modifications to the project in order to implement the updating feature:

zing_it/forms.py file

  • At lines #18 to #23, we made an Edit form. This form is a ModelForm corresponding to the Song model. We discussed model forms previously in the Model Form lesson.

zing_it/urls.py file

  • At
...