1👍
The best way is using the form wizard https://docs.djangoproject.com/en/1.7/ref/contrib/formtools/form-wizard/
0👍
I solved similar issue using redirect(obj).
This video may help
https://www.youtube.com/watch?v=YsHd-l7QdI8
- [Answer]-Modify db object field from .py file in django
- [Answer]-I return a dict from the views.py to the templates as a value of a radio, but it looks like the "value" would cut down the text
- [Answer]-How to run Django views from a script?
Source:stackexchange.com