I am using 'django_comments' for commenting in my site. Now i want to post a new comment via a method in my 'views.py'.
I searched and only found posting comments using {{ forms }} in templates.
So how can i post a new comment through a method. Please help me.. and thanks in advance.