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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -