Best Django Blog Articles from around the web.

Django is a Python-based free and open-source web framework, which follows the model-template-view architectural pattern. Django's primary goal is to ease the creation of complex, database-driven websites.

Veena Bhor

1 month ago

Django

In this article we will focus more on using Django and Jenkins together. Of course I will explain little things in short like installing Python or Django. Most of the systems with OS like MacOS or…

0 Likes

Dhiraj Ray

10 months ago

Django

In this article, we’ll demonstrate how GitHub Actions and Heroku can be used to quickly deploy a Django application to the cloud.

0 Likes

Steve Diaz

1 year ago

DjangoData Structure(DS)

Building a robust and scalable REST API is essential for modern web application development. In this article, we will explore how to build a REST API using Django, a powerful and popular Python web…

0 Likes

sakshi jain

3 years ago

Django

PostgreSQL is one of the most advanced good old SQL databases, covering a huge spectrum of tasks and showing outstanding performance. PL/Python plugin allows writing stored procedures in Python.

0 Likes

Nivedita

3 years ago

DjangoPython

How to implement Auto Expiring Token in Django

0 Likes

Dhiraj Ray

5 years ago

Django

A re-introduction to one of the most common database relationship: understanding many to one in Django.

0 Likes

Ram tiwari

5 years ago

Django

Django in its 'out-of-the-box' state is set up to communicate with SQLite -- a lightweight relational database included with the Python distribution. So by default, Django automatically creates a SQLite database for your project.

0 Likes

Ram tiwari

5 years ago

Django

We should do that whenever we create or make changes to the models of one of the apps in our project. This is because a migration is used to make changes to the database schema, and it is generated based on our models.

0 Likes

Ram tiwari

5 years ago

Django

In this tutorial, you’ll get comfortable with Django migrations and learn how to create database tables without writing any SQL, how to automatically modify your database after you changed your models, and how to revert changes made to yo

0 Likes

Ram tiwari

5 years ago

Django

Excellent work — you've now created a website that library members can log in into and view their own content and that librarians (with the correct permission) can use to view all loaned books and their borrowers. At the moment we're stil

0 Likes

Ram tiwari

5 years ago

Django

In the last part we have created an hello world application, and their we have returned a simple h2 tag to the request. but in real world there will be lots of lines present so it's not the right way to write all the html code inside the

0 Likes

Ram tiwari

5 years ago

Django

Django uses a very powerful format for storing URLs, that is regular expressions. RegEx or regular expression is the format for sophisticated string searching algorithms. It makes the searching process faster. Although it’s not necessary to

0 Likes

Ram tiwari

5 years ago

Django

Django’s Admin is just one of the applications and very customizable, also you can download a different third-party application and install it for a totally different view. You can make your own Admin Application if you want complete contr

0 Likes

Ram tiwari

5 years ago

Django

When a user enters a URL in the browser the same request is received by the Django Server. The server then looks for the match of the requested URL in its URL-config and if the URL matches, it returns the corresponding view function. It wil

0 Likes
Loading...
Loading...
Loading...
That's all folk.    Click to feature your story!