Hi Obed, You can use django model forms, where modelform will access your fields in model and you play with it using widgets. Hope this helps. Thank You
On Tue, Jun 16, 2020 at 5:25 PM Obed Balogun <[email protected]> wrote: > Please im trying to create a playlist app such that the user enters songs > in a playlist creation page and this is added to a playlist model. I want > to know the best way to collect this data from the user. Im stuck at what > possible way to collect this data in the form page and then display each > song as an iterable within a playlist. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/3b14cdd4-d502-4381-8734-6fc1fe438959o%40googlegroups.com > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPcTzRYjNNCaw-0Np3dwe82Y_DeM4%2BwkY1gVMgXGJqPcx8rXQQ%40mail.gmail.com.

