this post was submitted on 17 Mar 2024
1166 points (97.5% liked)

Programmer Humor

19171 readers
1413 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 14 points 6 months ago (1 children)

When you updated a Django server, you were supposed to touch the settings.py file so the server would know to reload your code. (I haven't used any for a long time, so I don't know if it's still the procedure.)

There are many small things that use it.

[โ€“] [email protected] 7 points 6 months ago

it now has a hot reload, How long ago were you using Django?