jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
4 stars 1 forks source link

create crud function based views #11

Closed bbelderbos closed 11 months ago

bbelderbos commented 11 months ago

Next focus ...

I recommend using a ModelForm, e.g. https://github.com/pybites/django-starter/blob/solution/blog/forms.py

And here are some example (function based) views from the starter training I've sent you: https://github.com/pybites/django-starter/blob/solution/blog/views.py

Let me know if you need any help ...