Join Nostr
2025-12-18 16:27:20 UTC

Julia Evans on Nostr: i started trying to write a small site in Django recently and I think I'm really ...

i started trying to write a small site in Django recently and I think I'm really enjoying it? I've failed to learn Rails a few times but my Django site is set up so that there's a `models.py` with all my models, `views.py` with all my views and it feels easier for me to find things than it was with Rails