chraebsli to Programmer [email protected] • 8 months agoTouch a file in Linuxprogramming.devimagemessage-square91fedilinkarrow-up11.17Karrow-down129
arrow-up11.14Karrow-down1imageTouch a file in Linuxprogramming.devchraebsli to Programmer [email protected] • 8 months agomessage-square91fedilink
minus-square@marcoslink14•8 months agoWhen 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.
minus-square@[email protected]linkfedilink7•8 months agoit now has a hot reload, How long ago were you using Django?
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.
it now has a hot reload, How long ago were you using Django?