Skip to content

Django Andy

My travels through the worlds of Django, Python, DevOps and Full Stack web development.

  • By Andy Ide
  • Based in Australia
  • Roughly 14 posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 1
2023 24
2024 3

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Enabling WAL in SQLite in Django
Write Ahead Logging (WAL) mode is a mode that enables more concurrent writes in SQLite. I implemented this as I have a local Django app that uses SQLite, and sometimes I would get database locks …
On , by djangoandy, 178 words
When Dall-e acts like The Man and tries to bring you down.
Sometimes Dall-e says it wont generate an image due to its content policy, particularly if you name copyrighted works. A common example is superhero names. In this case my prompt was: a montage of lord …
On , by djangoandy, 156 words
Tips for creating random codes for Gift Card or Vouchers
Trying to create a unique code for a voucher or a gift card? If you need a roughly random string of letters or numbers my suggestions are: Use all capital letters (reduced confusion from customers …
On , by djangoandy, 183 words