django project avoid reload page where work algorithm

MRAB python at mrabarnett.plus.com
Sun Oct 8 11:35:12 EDT 2017


On 2017-10-08 15:27, Xristos Xristoou wrote:
> 
>> You can use the smtplib module to send an email.
>   
> 
> ok but how to avoid pong reload on page ?can you help me ?
> 
Do you mean "long reload"?

If you have the user's email address from when they registered, you 
could have the user log in to get the results. If the user has closed 
the window, or the session has expired, well.... they'd have to log in 
again.



More information about the Python-list mailing list