Home Tags Django

Tag: django

Python Microservices Using Flask on Kubernetes

0
Microservices follow domain driven design (DDD), irrespective of the platform on which they are developed. Python microservices are not an exception. The object-oriented features...

Developing a Web Application in Django

0
Web applications have become critical components for the growth of a business, as they can handle a large number of different types of customers...

Deploy Django with SSL and Nginx on Google Cloud Platform Using...

0
This article is a sequel to the earlier one on deploying Django ‘on GCP, which was carried in the December 2019 issue of OSFY....

Setting Up and Deploying a Django Web Application with MongoDB on...

0
This article is a guide to setting up and deploying a Django Web application with MongoDB in GCP (Google Cloud Platform). Django is a...

Converting a Django App to a REST API

2
This article demonstrates how easy it is to convert a Django app into a REST API using the REST framework. The underlying assumption here...

REST API Development Using Django Tastypie Framework

1
Tastypie is a Web service API framework for Django. It is used to create REST style APIs, which can be used from any application,...

Setting Up Django on Windows

0
Django is a Web development framework written in Python. Therefore it has all the advantages of Python. Setting up Django in Linux is pretty...

Use Django and REST frameworks to create simple API

2
This article is a short tutorial on how to create a simple TaskAPI with SQLite, which communicates over JSON and REST. We will use...

Introducing Celery for Python+Django

2
For background task processing and deferred execution in Python with Django, Webdevelopers and system admins can try out Celery. Asynchronous mass email delivery, clickstreams like...

All You Need to Know About Web Application Frameworks

0
Jargon fills our everyday lives on the Internet. The days when HTML and JavaScript used to be "cool" technologies are long gone. They are...