Blog API with Django Rest Framework 9 of 33 - Create Serializer and Create API View

preview_player
Показать описание
Blog API with Django Rest Framework 9 of 33 - Create Serializer and Create API View

** Blog API with Django Rest Framework ** is a project to build a RESTful API service for the blog we created in Advancing the Blog and Try Django 1.9.

RESTful API services allow our applications to connect with other applications using JSON-formatted data. An strong API can enhance our applications ability to provide value to other services and end users. This type of API is very common in modern web application development.

Generally the topics will include:
- Django Project Setup
- Class Based Views (& some Function Based Views)
- Models, Model Forms, Forms, Form Validation
- Integrate Bootstrap front-end framework.
- Django Registration Redux for Authentication/Registration
- And More

We are Coding For Entrepreneurs [TeamCFE] and have built an entire library of content to help you master Django and other web technologies to launch real projects faster. Enroll today for as low as $20/month.

What Technology you'll learn in the Build a Django 1.8 Blog series:
-- Bootstrap (version 3.3): a powerful front-end framework used by thousands of sites around the world. Bootstrap makes it easier to have a responsive web application so it looks awesome on any mobile device and any desktop computer.

All of our tutorials have a simple goal in mind: get you building something real and quickly.
Рекомендации по теме
Комментарии
Автор

Hey is it necessary to have fields = [ ... ] for the PostDestroySerializer? It's not like the DestroyAPIView is displaying any fields

kas
Автор

Hi
I'm trying to create endpoint for creation and follow your tutorial, do everything as in this and previous videos, but when I access the page through browser I dont see form for content creation and it dont says that GET method is not allowed in json, instead in header it says that allowed are GET, HEAD and OPTIONS, but not POST like in the video. Where may be an issue ?

casualfatboyibtq
Автор

How would we do this with a device that can only post data as json???

himanshupanth
Автор

How to upload multiple images in single post and how to write serializer

amolwagh
Автор

instance.user = request.user. What does it exactly mean ???

JonesDTaylor
Автор

Dude. Answer me. What next i will do after creating serializers? What i can do with this kind of information?

MrShrrgn
visit shbcf.ru