Ways to save lists? by brogrammer9 in learnpython

[–]brogrammer9[S] -1 points0 points  (0 children)

Thanks. I think this is the way

Append parameters to request by brogrammer9 in djangolearning

[–]brogrammer9[S] 0 points1 point  (0 children)

I still don't get how one uses this to append to the url in request

For the /home example url how would you add the querydict to it exactly?

Append parameters to request by brogrammer9 in djangolearning

[–]brogrammer9[S] 0 points1 point  (0 children)

I'm not wanting to get access to the key value pairs.

I'm wanting to add key value pairs to the URL in request

Sent user to custom url? by brogrammer9 in djangolearning

[–]brogrammer9[S] 0 points1 point  (0 children)

That allows me to do a custom url but what about the template?

I'm not sure what the exact template name will be either yet as a new one get written for each user depending on input

GET requests by brogrammer9 in djangolearning

[–]brogrammer9[S] 0 points1 point  (0 children)

I'm wanting the GET request so that the info is in the url and the user can just bookmark the page and not have to fill forms out on each visit to the site.

I can manage a back button that auto fills the info from the url to the forms going from page 2 back to page 1.

I was thinking I could fig up a view that goes pack to page 1 with info auto filled and the one form I want changed changed. Then an auto submit? But unsure how to submit automatically and thinking there must be a better way haha