Use GitHub action as CI for django

Use GitHub action as CI for django

When we develop a Django application, we need to test it before deploying it to production. We can use GitHub action as CI (Continuous Integration) to automate the testing process. This post explains how to set up GitHub action as CI for Django.

Read more
Django Rest Framework basic usage

Django Rest Framework basic usage

Django Rest Framework is a powerful and flexible toolkit for building web APIs. This post covers some basic usage of Django Rest Framework, including deploying an API for CRUD with Django models and serializers.

Read more
Deploy Django application to IIS through HttpPlatform

Deploy Django application to IIS through HttpPlatform

IIS (Internet Information Service) is a web server that runs on the Microsoft .NET platform. There are a few ways to deploy a Django application to IIS. This post explains how to deploy a Django application to IIS through HttpPlatform.

Read more