ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Creating Forms in Django - English

This is a sample video. To access the full content,
please Login

2772 visits



Outline:

Creating Forms in Django * HTML Forms * Create a Django form * Django inbuilt libraries * Create views to handle form submission * CSRF - Cross Site Request Forgery Protection * GET and POST Request * Form validation * Add Blog via form input method * Display the blog list * Edit existing blog