Serializers nedir?

Serializer verileri ayrıştırmaya, silmeye ve bahsettiğimiz authentication yaparak dönüşümlerde doğruluk oranını çok yüksekte tutmaktadır. Django’nun Forms.py yapısına çok yakın bir çalışma stili bulunmaktadır, Serializer için “ModelSerializer” class’ları kullanarak çeşitli kullanım olanakları bulunduracaktır.6 Eki 2020

Read more

Can you use Django for iOS apps?

Over the past couple of years, I have been using Parse as backend of my apps. However, it doesn’t give me a real feel of actually making an app from bottom up. Django Restframework is modern Web Api took kit that supports Python (2.7 ~ 3.5) and Django (1.7 ~ 1.9). …16 Nis 2016

Read more

What is API and how it works?

API stands for “Application Programming Interface.” An API is a software intermediary that allows two applications to talk to each other . In other words, an API is the messenger that delivers your request to the provider that you’re requesting it from and then delivers the response back to you.

Read more