how to do modal popup to wait to complete process

Hi,

I would like to know the technique to do modal popup to wait to complete the process.
It will take around 1-2 minutes to get things done.

  1. How will I start to study this technique?
  2. How to extend timeout to process greater than the default value (Default: 300)

Thank you
Pongthorn

Any type of “dynamic page change” requires JavaScript on the browser. Django can’t directly control something like that. So you’ll probably want to learn some type of JavaScript framework such as jQuery.