Preparing Django documentation for LLMs
I’ve been using files-to-prompt recently to help query large codebases with LLMs, but I realised this would work just as well for documentation …
I’ve been using files-to-prompt recently to help query large codebases with LLMs, but I realised this would work just as well for documentation …
At work recently, I’ve been working on some code to measure the bandwidth required to display webpages, and from there calculate the approximate …
I wanted to put together a single-file Django application, which could still do ‘useful’ work; that is, define models, operate on them, …
This will list all registered Django URLs in a project, with their arguments.
from django.conf import settings
from django.urls import URLPattern, …I was recently working on a Django project which had a lot of development effort spent over a wide range of features which never made it to launch. We …