AI

Don’t let the model judge difficulty: a vocabulary allow-list, checked by machine

Environment: Node.js 20, Claude Code (Opus). The checks are plain ES modules in the same repository as the manuscripts —...
AI

Four Claude Code subagents that write our exam-prep books

Environment: Claude Code (Opus), Node.js 20, macOS/WSL. Everything below runs from a single git repository.We publish En...
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...
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...
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...
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...
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 ...
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...