Serializers and Views Django And React JS Blog
#Python #Learn #beginners #fullcourse #Project #tutorial #Django #ReactJS #blog
Key definitions used:
1. Serializers in Django REST Framework are responsible for converting objects into data types understandable by java script and front-end frameworks. Serializers also provide deserialization, allowing parsed data to be converted back into complex types, after first validating the incoming data.
2. In the Django framework, views are Python functions or classes that receive a web request and return a web response. The response can be a simple HTTP response, an HTML template response, or an HTTP redirect response that redirects a user to another page.
3. Django is a free and open-source, Python-based web framework that follows the model–template–views architectural pattern.
4. React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
Watch full playlist : • 1. Introduction - Django And React JS Blog
Download Source : github.com/MoTechStore/Django-And-React-JS-Blog
コメント