Is it necessary to fill action attribute in django template form if using Generic View -
i using django generic views straigt way loads create form. have seen if don't enter in template form action attribute , data still gets in database.
so want know how django know show enter stuff in database
posting same url not require action
attribute specified, , omitting altogether best solution.
Comments
Post a Comment