Hi! I am running small blog-styled information site. Which contains articles added via admin application Now I am trying to add possibility to add comments, so I defined a comment Model (which contains Foreign Key to article object, and few text fields), also defined forms.
Can you please explain how should I create a comment object in view? (After processing data from form). I don't understand where can I get, the article name (id, guid or something) to link article and comment Thanks in advance, Oleg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

