Solved: DisallowedHost – Invalid HTTP_HOST header

This error is related to “Installing Django and Django-REST Framework on ubuntu” , if you have Django … Read more

Download file to directory using curl – C program

Following C program download some file from remote location to the directory mentioned in program. As an … Read more

How to upload JSON using curl http PUT request ?

For uploading JSON using curl http PUT request, we have written a simple script as below. You … Read more

Writing first Django Application

This post is in continuation with our previous post “Starting webserver using your first simple Django project” … Read more

Starting webserver using your first simple Django project

django project

As you are here, it means you are ready to get started with your first django project. … Read more

Understanding Django application “models”

A model is the single, definitive source of information about your data. It contains the essential fields … Read more

Solved: Django makemigrations “No changes detected”

When we are adding new model or modifying previous one, we have to inform the project about … Read more

How to change default SQLite database in Django project

By default, the Django project’s configuration uses SQLite database. If you’re new to databases, or you’re just … Read more

Top Cloud service providing platforms

aws

Amazon Web Services (AWS) AWS is a cloud computing platform. It is a subsidiary of Amazon. It … Read more