django Customize Django Admin: record name, order, search box and editable field A central feature of Django is the Admin Panel.In this article, I will describe how to customize the Admin Panel and mak... 2022.11.12 django
django Django: How to Route Multiple Apps in 1 project Folder structureWhen routing Django's website, always needs to be aware of the location of the templates you have placed... 2022.11.03 django
django AbstractBaseUser is Flexible and Not So Complicated Define AbstractBaseUser before first migrationBefore you migrate for the first time, I recommend that you consider which... 2022.10.30 django
django Basic Login and Logout Using User Model Development environmentDjango==4.1.2 Python 3.10.6Using the Django authentication systemNo design addesCreate a Superuse... 2022.10.29 django
django README.md passed with cs50 Final Project README.md is often seen on github. I tried to find out who writes what, for what, and how. This time, I actually created... 2021.08.24 djangopython
django Creating graphs with Django + Chart.js Creating progress management graphs with Django + Chart.jsChart.js Implementation of Lesson Progress ChartBlue is the nu... 2021.08.13 django
django Django: csv to json fixtures version Load the initial data of the student list with Django fixtures, Powershell, Notepad++With Powershell, data conversion ca... 2021.07.30 django
django VSC error message: Import “django.db” could not be resolved from source What to do when you get an "Import "django.db" could not be resolved from source" message in VSCEditing settings.json so... 2021.07.23 django
django Django-import-export for csv While learning Django, I'm working hard on a student management app for the online English school I'm currently running ... 2021.07.16 djangopython
django Difference between django-pandas and pandas Code comparison between Django-pandas and pandas to get the same resultA pandas newbie (ME) tried to use pandas in djang... 2021.07.08 djangopython