You could add your mode into admin.py field so you can modify and all those stuff from admin page
Sent from my iPhone > On Nov 3, 2018, at 7:48 AM, Elias Coutinho <[email protected]> wrote: > > Good morning people. > > As always my problem is conceptual. I have improved a lot, but still in the > fight. > 1 - I have a list of data and I know how to add it to another model at one > time. (Easy) > 2 - It turns out that in this list some data will be filled by the user > before saving and will be repeated for each record as a Research and > Interviewed Data field. > 3 - I repeat! It already works with the data entered manually! putting the > person instance and the date on the arm. > > QUESTION ***** > > I have a list of people and wanted to click on one, there it would be > redirected to a form (where it is done) where I would already show the person > I chose (I have not done yet) and there would be two more fields and > Interviewer and logically the interviewer would type in the name of the (in a > text field) and the interview date (search_key). > > Then when recording he would have to use this view below: > > https://github.com/ElectronicElectronics/supportalterdata/blob/master/search_core/core/views.py#L66-L87 > > > What better way to open a screen for the user to choose this data before > saving? > > I will post this doubt on other lists with the same text. (Do not be > surprised) > -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/b60cdfae-6ff9-4a47-9d72-485e6268d842%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/80544D54-D350-4B90-B9FE-FC1B53B92650%40gmail.com. For more options, visit https://groups.google.com/d/optout.

