Blog: How I organize `staticfiles` in my Django projects

One of my goals this year was to share and write more. I started the year by rewriting my personal site to the framework I know and love the best, Django. And only 4 months (almost 5!)later I finally have my first post.

How I organize staticfiles in my Django projects

2 Likes

@joshthomas

I checked your post and below are some thoughts:

  1. You better talk about little about the frontend build workflow at first.
  2. If you already use Vite to compile frontend code, why not import HTMX and Alpine.js via npm install or just CDN link? Both seems better.

Thx.