Writing tagged django
-
w/e 2023-04-09
Update problems, pressure washing problems, and I Hate Suzie Too.
-
w/e 2022-03-26
Some Persian music, some coding stuff, The Gold, The Gold: The Inside Story, and Waco: American Apocalypse.
-
w/e 2022-07-24
Learning to scythe, improving my Django “DX”, True Things, Jiro Dreams of Sushi and Bergman Island.
-
Hosting a Django site on cPanel
How to host a Django website on a cPanel host if you really, really must.
-
w/e 2021-11-28
A bit more Docker, writing code for webmentions, an impossible wardrobe, The Billion Dollar Code and The Rhythm Section.
-
w/e 2021-11-21
Adult mom’s live Driver album, Indietracks closing, the same German test, Django and Docker, a bird, and Money Heist season one.
-
Removing Exif data from images in Django
How to remove Exif data from image files uploaded to a model’s ImageField in a Django project.
-
Good ID
I recently made the Good ID website for Unfold Stories, using Django and Wagtail.
-
w/e 18 November 2018
Fightmilk, Bad Moves and The Beths; Wagtail and Django; and ‘Wildlife’.
-
Invalidating items from Django’s cache
I poked around at Django’s per-site and per-view caching to work out why I couldn’t invalidate pages from the cache. I eventually worked out how to do it.
-
Describing events in code
Describing how I thought about writing code to catalogue 28 years of visits to cinemas, theatres, gigs, etc. and the decisions I made.
-
Combining HTML files with a Django website
Wondering how to host and serve lots of old HTML files when I move most of this site to Django.
-
Add a Google map to Django admin to get latitude and longitude
How I added a Google map to the Django admin page for a model that has latitude and longitude fields.
-
Last.fm added to Django Ditto
I’ve updated Django Ditto, which can now also archive your Last.fm listens.
-
Django Ditto and archiving your stuff
About making Django Ditto and whether it’s worth archiving all your ephemeral digital stuff.
-
On spending too long setting up one webserver
I learned how to use Ansible and it took way too long because I like to do things properly.
-
Decades-long projects
What I considered when starting the ten-year Pepys’ Diary project again.
-
Storing private files on Amazon S3 with Django and giving authorised users temporary access
How to do what that long title says, using signed URLs and all that stuff.
-
Password protecting a Django site
Adding simple htaccess-style password protection to a Django website.
-
Using virtualenv with Django on WebFaction
Getting a Django site running on WebFaction hosting using virtualenv.
-
Week 381
Frustrations and other things with Django.
-
COMMENTS_APP error when extending Django comments
I was getting an error when customising the Django comments app. Here’s my solution.
-
Setting up a Django environment and project structure
My notes on what I do to set up an environment for a Django project.
-
Practical Django Projects source code
I uploaded to Bitbucket the code I ended up with after following James Bennett’s book.