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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -