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: 1. Choose a work flow 2. 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 [email protected]. To post to this group, send email to [email protected]. 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.

