If you take this query string: http://localhost:8080/?exp_traq_name=default&show=all&showAs=list
and replace show=all with show=<gibberish that's not an integer>, the app crashes with an exception that int() call couldn't convert the gibberish into an integer.
If you take this query string: http://localhost:8080/?exp_traq_name=default&show=all&showAs=list and replace show=all with show=<gibberish that's not an integer>, the app crashes with an exception that int() call couldn't convert the gibberish into an integer.