Thursday, November 3, 2011

Re: User form creation from frontend?

This is readily done in Django, but it will require you to handle the logic involved.  You will need to create a view that shows a data entry form to the user to create the quiz and processes the data that is submitted, and then to create another view where students see the homework questions and can submit answers. 

You will want to look into the documentation on ModelForms for help in setting up the teacher quiz-creation view.

Cheers,
Cliff


On 11/03/2011 11:21 AM, Mauricio Mercado wrote:

I would like to be able to make a user create forms to a section of a site from the frontend, is there anything out there that would let me do this in Django/Python?

The point is to be able to create kind of quizzes section, or like homework questions to students, but the teacher who creates such things should be able to create this forms from the frontend, because he should not be able to go into the admin site.

Thank you all.


Mauricio Mercado
Electronics Engineer
System Administrator - Python Developer 




___________________
Colombia, Bogota D.C.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment