yassi_dev

↗ HN profile [ 101 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built dj-doom-panel, a Django Control Room plugin that lets you play DOOM directly inside the Django admin. Its mostly a fun project, but it also shows that you can use the DCR framework for more than tooling. Enjoy.…

  2. Happy π Day! I built a small experiment that generates images from slices of the digits of π. Choose a starting digit, sequence size, renderer and make some art.

  3. Over the past year I’ve been building a set of operational panels for Django: - Redis inspection - cache visibility - Celery task introspection - URL discovery and testing All of these tools have been built inside the…

  4. I built an open-source tool that surfaces Celery inspection data directly inside Django admin. The motivation was avoiding a separate Flower process and keeping operational context where Django teams already work. It…

  5. I built a small open-source tool called dj-cache-panel after realizing Django gives you almost no visibility into what's inside your cache backends. It provides a unified Django admin interface to inspect, search, view,…

  6. This grew out of a desire to consolidate tooling for smaller projects and teams that were already using the Django admin heavily. Hopefully, this is immediately useful to anybody running a django project that also…