I sdid my own form wizard for a project I worked on. For a good example, you 
can look at Oscar Ecommerce in github, and look at their checkout app within 
the code. That may inspire you with some ideas on how to implement such a 
behavior. 


From: "Martin Torre Castro" <mad...@gmail.com> 
To: "Django users" <django-users@googlegroups.com> 
Sent: Wednesday, December 9, 2015 5:10:14 AM 
Subject: What am I supposed to do if I want a Wizard? 

Hello, 
I was investigating about form wizards in Django, but I have seen that recently 
this has changed in the deprecation timeline doc: 

" The form wizard has been refactored to use class-based views with pluggable 
backends in 1.4. The previous implementation will be removed. " 

I understand that the old form wizard is now part of the form-tools package and 
I must install it if I want to use it. 

My question is if I should do it or maybe I should "use class based-views with 
pluggable backends", which I'm not sure of what means and sounds like doing all 
the classes and boilerplate for doing wizards all again on my own. 


Please, could someone give me some advice. If I go with class based views, 
could someone pass me a link where I can find some example with a form wizard 
made in such way. 


Thank you very much in advanced. 


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group. 
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com . 
To post to this group, send email to django-users@googlegroups.com . 
Visit this group at http://groups.google.com/group/django-users . 
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ac8fecc6-baed-4b40-8f71-bfdc17a69ee7%40googlegroups.com
 . 
For more options, visit https://groups.google.com/d/optout . 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2461989.1453939.1449698183679.JavaMail.zimbra%40cybernetik.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to