Good morning friends.

In this project I create several Model Questions:
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L61

Then I create my Client:
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L37

Then I'm redirected to the customer list:
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L56

Then clicking on the link as the client's name is directed to the 
person_client_detail screen that lists the client searches I have chosen 
and there is a button for me to create new search for it:
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L85

So far I understood everything, or rather I think I understood kkk.

The problem is when I click the button and create another search:
[1]
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L98

[2]
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L113

[3]
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L124

[4]
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L116-L117

He follows this process from 1 to 4 and arrives at the View below:
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L186

** Where I would need to put two parameters (Client id and serach_key) in 
the lines below: **
https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L158

https://github.com/CoutinhoElias/pesquisasatisfacao/blob/master/pesquisasatisfacao/core/views.py#L162

This is my problem, can anyone help me with this code?

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/f8d80b0f-66d0-4d94-baac-19eedabc6257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to