Python Forum
redirect url_for passing arguments with the url
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
redirect url_for passing arguments with the url
#2
Solved:
    takeid = str(dict1["_id"])

    return redirect(url_for('recipe', recipe_id=takeid))
Reply


Messages In This Thread
RE: redirect url_for passing arguments with the url - by Leon79 - Jul-09-2020, 05:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems passing arguments containing spaces to bash script and then on to python kaustin 6 814 Apr-03-2024, 08:26 PM
Last Post: deanhystad
  Passing writable arguments to functions. Assembler 11 1,356 Jan-15-2024, 11:32 PM
Last Post: sgrey
  redirect STDIO in the Python code Skaperen 6 1,505 Jul-05-2023, 12:23 AM
Last Post: Skaperen
  Passing string functions as arguments Clunk_Head 3 1,379 Jun-15-2022, 06:00 AM
Last Post: Gribouillis
  stderr redirect to file fmr300 2 3,826 Apr-03-2021, 01:31 AM
Last Post: fmr300
  Cannot redirect print to a file tester_V 3 2,630 Sep-11-2020, 12:21 AM
Last Post: tester_V
  passing-arguments-from-one-script-to-another jacklee26 7 3,467 Apr-21-2020, 03:55 PM
Last Post: deanhystad
  Redirect to __stdout__ fails in IDLE shell Pavel_47 1 2,046 Apr-13-2020, 05:13 PM
Last Post: deanhystad
  Redirect to file vndywarhol 1 2,410 Aug-23-2018, 11:01 AM
Last Post: DeaD_EyE
  Python redirect users to another url after form post blsturgeon 5 19,380 Jun-28-2018, 11:53 PM
Last Post: gontajones

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020