Click here to Skip to main content
15,896,207 members
Everything / Django

Django

Django

Great Reads

by Danny Chu
Learn how to detect if client has JavaScript enabled or disabled at your backend webserver
by Ahmed Bouchefra
In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable the admin interface, and create the django views.
by Mikhail Smirnov
How to create a tool that helps to collect​ and analyze vital statistics information about users in one place​ using JavaScript.
by Programming Tutorials by Tests4Geeks
Django is all about making programmers more productive. As a web application framework, it provides tools and structure to help web developers get their work done fast.

Latest Articles

by Manoj Mohan 07
Use Django to visualize download stats of Python packages and gain insights into package popularity and usage trends
by Arctype SQL
When solving a problem that requires you to link a user's session data to their actual user object, Postgres comes in handy.
by Gen1us2k
Run GeoDjango on Elasticbeanstalk container using Python
by Ahmed Bouchefra
In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable the admin interface, and create the django views.

All Articles

Sort by Score

Django 

15 Jan 2020 by Ahmed Bouchefra
In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable the admin interface, and create the django views.
9 Jan 2018 by Programming Tutorials by Tests4Geeks
Django is all about making programmers more productive. As a web application framework, it provides tools and structure to help web developers get their work done fast.
9 Jan 2018 by Programming Tutorials by Tests4Geeks
Django REST Framework tutorial
15 Dec 2019 by Ahmed Bouchefra
How to send Ajax requests in Django 2 and Python 3.7 to add CRUD operations in your application and manipulate your Django models and database without having to refresh your web pages each time
15 Dec 2019 by Ahmed Bouchefra
A Django 2 CRUD example application using generic class based views using the latest Python 3.7 version
24 Mar 2021 by Arctype SQL
When solving a problem that requires you to link a user's session data to their actual user object, Postgres comes in handy.