Basic question, but I can't find a simple answer anywhere.
What is the best way to do the following in Django:
- User pushes button
- Some Python code gets crunched server-side
- User sees confirmation page
All the user needs to know is that the server did what he told it to. No input other than the button click.
Thanks in advance for your help.