You might be looking for the FormWizard. In the latest version of Django, it has been moved to an external application (https://github.com/django/django-formtools/blob/master/docs/wizard.rst). In older version of Django, it is part of the corp app (https://docs.djangoproject.com/en/1.7/ref/contrib/formtools/form-wizard/).
-A On Mon, Jul 13, 2015 at 6:03 AM, Softeisbieger <j.kitsc...@gmx.de> wrote: > So I made some progress on this project. I set up the means to manage > customers, which is pretty basic stuff: I usedCreateView, ListView and the > like. > > Now I have a more complex situation where I am stuck: I am now working on > creating projects (see models above). Here I have to implement the > following: > > Choose a work flow > Based on choice in 1. show forms for the project and the different tasks (as > defined by Workflow and Step). Show presets as defined in Workflow / Step. > > My Problem: I don't know how to approach this. Somehow I have to create > Project / Jobs as indicated by the chosen Workflow. Unfortunately this a bit > over my head at the moment: Could you give me rough directions on how to > approach this? Drop some keywords what is needed to make this work? > > > > -- > 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/c3a735a5-8141-4c5b-bf1a-1ed064daf298%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/CAEE%2BrGo9_jcG6Vc238E-7%2Bv7%2BvqeWpKU0%3DHpd5rK%2B%2BPfnO1%3Dyg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.