Restful API Development with Django Rest
Framework and Celery
Codepolitan Meetup, 2 Mei 2017.
Presented by Ridwan Fadjar, Content Writer @Codepolitan and Web Developer @Ebizu Sdn. Bhd.
Kenapa harus Django?
Fitur - Fitur Django
● Generated Admin
● ORM
● Template Engine
● Console
● ModelForm & Validation
● Built-in Authentication & Authorization
● Powerful Migration Tool
● Middleware
● Security
● Static Management
● A lot of battery included
● A lot of third party package
● Et cetera
Fitur - Fitur Django Rest Framework
● Generated Api Console
● Serializer
● Request & Response
● Pagination
● Built-in Authentication, Permission and
Authorization
● Throttling and Filtering
● Testing
● A lot of battery included
● A lot of third party package
● Et cetera
Fitur - Fitur Celery
● Various Broker (Redis, SQS, RabbitMQ, etc.)
● Periodic Task
● Task Queue
● Easy Integration with Populer Framework
(Django, Flask, Falcon, Bottle)
● Monitoring with Flower
● Et cetera.
Contoh Arsitektur Django
Saatnya Bedah Kode !
Setting Django
Setting Django Rest Framework
Setting Celery
Model
Migration
Admin
Signal
Celery Task
Serializer
Permission
ViewSet
Url Config
Contoh Halaman Admin
Contoh Halaman Admin
Contoh Halaman Admin
Contoh Halaman Admin
Contoh Halaman Konsol API
Contoh Halaman Konsol API
Contoh Halaman Konsol API
Contoh Halaman Konsol API
Deployment
● VPS: Linode,Digital Ocean, Azure VM, AWS
EC2, etc.
● PaaS: Heroku, Python Anywhere, OpenShift,
IBM BlueMix
● Standard Stack: Nginx, Gunicorn, Supervisor
● Et cetera.
DEMO !
Tanya Jawab ;()
Penutup
Source code dan slide: https://github.com/ridwanbejo/codepolitan-
meetup-april-2017
Kontak:
- LinkedIn: https://www.linkedin.com/in/ridwan-fadjar-79781756/
- Github: https://www.github.com/ridwanbejo
- Email: ridwanbejo@gmail.com
- Codepolitan: https://www.codepolitan.com/coder/ridwan

More Related Content

What's hot (20)

ODP
Introduction to PhantomJS
PDF
Detecting headless browsers
PPTX
Better End-to-End Testing with Page Objects Model using Protractor
PPTX
Automated Testing with Cucumber, PhantomJS and Selenium
PDF
Choosing the best JavaScript framework/library/toolkit
KEY
Like a Genie from a Lamp: Headless JavaScript Unit Testing with Jasmine and P...
PPTX
Cpsc 473 01 lightning talk
PDF
Test your Javascript! v1.1
PDF
Javascript ui for rest services
PDF
10x10 HTML5 Script Tag
PPTX
Java Script Template Engine 비교하기
PPTX
Protractor training
PDF
Selenium - what it is and what you can do with it
PPTX
Building Massive AngularJS Apps
PDF
RubyKaigi 2015-DIY-Testing
PDF
Selenium Builder
PDF
Testing nightwatch, by David Torroija
PDF
DRF React
PDF
Django Rest Framework + React
Introduction to PhantomJS
Detecting headless browsers
Better End-to-End Testing with Page Objects Model using Protractor
Automated Testing with Cucumber, PhantomJS and Selenium
Choosing the best JavaScript framework/library/toolkit
Like a Genie from a Lamp: Headless JavaScript Unit Testing with Jasmine and P...
Cpsc 473 01 lightning talk
Test your Javascript! v1.1
Javascript ui for rest services
10x10 HTML5 Script Tag
Java Script Template Engine 비교하기
Protractor training
Selenium - what it is and what you can do with it
Building Massive AngularJS Apps
RubyKaigi 2015-DIY-Testing
Selenium Builder
Testing nightwatch, by David Torroija
DRF React
Django Rest Framework + React

Viewers also liked (16)

PDF
Building Distributed System with Celery on Docker Swarm
PDF
Building Distributed System with Celery on Docker Swarm - PyCon JP 2016
PDF
Practical Celery
PDF
Advanced task management with Celery
PDF
Distributed Task Processing with Celery - PyZH
PDF
Website Monitoring with Distributed Messages/Tasks Processing (AMQP & RabbitM...
KEY
Django Celery
ODP
Introduction to Python Celery
PDF
Scaling up task processing with Celery
PDF
Celery by dummy
PDF
Life in a Queue - Using Message Queue with django
PDF
Understanding Non Blocking I/O with Python
PPTX
Celery in the Django
PDF
An Introduction to Celery
ODP
Europython 2011 - Playing tasks with Django & Celery
PDF
Queue Everything and Please Everyone
Building Distributed System with Celery on Docker Swarm
Building Distributed System with Celery on Docker Swarm - PyCon JP 2016
Practical Celery
Advanced task management with Celery
Distributed Task Processing with Celery - PyZH
Website Monitoring with Distributed Messages/Tasks Processing (AMQP & RabbitM...
Django Celery
Introduction to Python Celery
Scaling up task processing with Celery
Celery by dummy
Life in a Queue - Using Message Queue with django
Understanding Non Blocking I/O with Python
Celery in the Django
An Introduction to Celery
Europython 2011 - Playing tasks with Django & Celery
Queue Everything and Please Everyone
Ad

Similar to Resftul API Web Development with Django Rest Framework & Celery (20)

PPTX
BEST DJANGO TRAINING IN JALANDHAR HAR.pptx
PPTX
Java ee 8 + security overview
PDF
Selenium Online Training.pdf
PDF
OIM11g R2PS2 Architecture
PDF
Selenium Online Training.pdf
PDF
Selenium Online Training.pdf
PDF
Selenium Online Training.pdf
PDF
Selenium Online Training.pdf
PDF
Drupal and security - Advice for Site Builders and Coders
PDF
Beego meetup 4.4.2017 @ Gett
PPTX
REST API Design & Development
PDF
JEE Conf 2015: Less JS!
ODP
Joomla REST API
PDF
Introduction to Flask Micro Framework
PPSX
Yii framework
PPTX
Django Framework Interview Guide - Part 1
PDF
BEST DJANGO TRAINING IN JALANDHAR PUNJAB
PPTX
WebLogic authentication debugging
PDF
Cloud APIs Overview Tucker
PDF
Simplify React App Login with Asgardeo React SDK
BEST DJANGO TRAINING IN JALANDHAR HAR.pptx
Java ee 8 + security overview
Selenium Online Training.pdf
OIM11g R2PS2 Architecture
Selenium Online Training.pdf
Selenium Online Training.pdf
Selenium Online Training.pdf
Selenium Online Training.pdf
Drupal and security - Advice for Site Builders and Coders
Beego meetup 4.4.2017 @ Gett
REST API Design & Development
JEE Conf 2015: Less JS!
Joomla REST API
Introduction to Flask Micro Framework
Yii framework
Django Framework Interview Guide - Part 1
BEST DJANGO TRAINING IN JALANDHAR PUNJAB
WebLogic authentication debugging
Cloud APIs Overview Tucker
Simplify React App Login with Asgardeo React SDK
Ad

More from Ridwan Fadjar (20)

PDF
Hashi Talk ID 2025 - Ricky & Ridwan - IaC at Scale: Blueprint Architecture wi...
PDF
Google Cloud Platform for Python Developer - Beginner Guide.pdf
PDF
My Hashitalk Indonesia April 2024 Presentation
PDF
PyCon ID 2023 - Ridwan Fadjar Septian.pdf
PDF
Cloud Infrastructure automation with Python-3.pdf
PDF
GraphQL- Presentation
PDF
Bugs and Where to Find Them (Study Case_ Backend).pdf
PDF
Introduction to Elixir and Phoenix.pdf
PDF
Ridwan Fadjar Septian PyCon ID 2021 Regular Talk - django application monitor...
PDF
CS meetup 2020 - Introduction to DevOps
PDF
Why Serverless?
PDF
SenseHealth Indonesia Sharing Session - Do we really need growth mindset (1)
PDF
Risk Analysis of Dutch Healthcare Company Information System using ISO 27001:...
PDF
A Study Review of Common Big Data Architecture for Small-Medium Enterprise
PDF
Mongodb intro-2-asbasdat-2018-v2
PDF
Mongodb intro-2-asbasdat-2018
PDF
Mongodb intro-1-asbasdat-2018
PDF
Memulai Data Processing dengan Spark dan Python
PDF
Kisah Dua Sejoli: Arduino & Python
PDF
Mengenal Si Ular Berbisa - Kopi Darat Python Bandung Desember 2014
Hashi Talk ID 2025 - Ricky & Ridwan - IaC at Scale: Blueprint Architecture wi...
Google Cloud Platform for Python Developer - Beginner Guide.pdf
My Hashitalk Indonesia April 2024 Presentation
PyCon ID 2023 - Ridwan Fadjar Septian.pdf
Cloud Infrastructure automation with Python-3.pdf
GraphQL- Presentation
Bugs and Where to Find Them (Study Case_ Backend).pdf
Introduction to Elixir and Phoenix.pdf
Ridwan Fadjar Septian PyCon ID 2021 Regular Talk - django application monitor...
CS meetup 2020 - Introduction to DevOps
Why Serverless?
SenseHealth Indonesia Sharing Session - Do we really need growth mindset (1)
Risk Analysis of Dutch Healthcare Company Information System using ISO 27001:...
A Study Review of Common Big Data Architecture for Small-Medium Enterprise
Mongodb intro-2-asbasdat-2018-v2
Mongodb intro-2-asbasdat-2018
Mongodb intro-1-asbasdat-2018
Memulai Data Processing dengan Spark dan Python
Kisah Dua Sejoli: Arduino & Python
Mengenal Si Ular Berbisa - Kopi Darat Python Bandung Desember 2014

Recently uploaded (20)

PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PPTX
Introduction to Windows Operating System
PPTX
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
PPTX
Computer Software - Technology and Livelihood Education
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PDF
AI-Powered Fuzz Testing: The Future of QA
PDF
Guide to Food Delivery App Development.pdf
PPTX
Tech Workshop Escape Room Tech Workshop
PDF
AI Guide for Business Growth - Arna Softech
PPTX
Python is a high-level, interpreted programming language
PDF
Visual explanation of Dijkstra's Algorithm using Python
PDF
Cloud Native Aachen Meetup - Aug 21, 2025
DOC
UTEP毕业证学历认证,宾夕法尼亚克拉里恩大学毕业证未毕业
PPTX
GSA Content Generator Crack (2025 Latest)
DOCX
How to Use SharePoint as an ISO-Compliant Document Management System
PDF
Microsoft Office 365 Crack Download Free
PPTX
Viber For Windows 25.7.1 Crack + Serial Keygen
PDF
E-Commerce Website Development Companyin india
PPTX
Lecture 5 Software Requirement Engineering
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
DNT Brochure 2025 – ISV Solutions @ D365
Introduction to Windows Operating System
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
Computer Software - Technology and Livelihood Education
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
AI-Powered Fuzz Testing: The Future of QA
Guide to Food Delivery App Development.pdf
Tech Workshop Escape Room Tech Workshop
AI Guide for Business Growth - Arna Softech
Python is a high-level, interpreted programming language
Visual explanation of Dijkstra's Algorithm using Python
Cloud Native Aachen Meetup - Aug 21, 2025
UTEP毕业证学历认证,宾夕法尼亚克拉里恩大学毕业证未毕业
GSA Content Generator Crack (2025 Latest)
How to Use SharePoint as an ISO-Compliant Document Management System
Microsoft Office 365 Crack Download Free
Viber For Windows 25.7.1 Crack + Serial Keygen
E-Commerce Website Development Companyin india
Lecture 5 Software Requirement Engineering

Resftul API Web Development with Django Rest Framework & Celery