HOW TO SERVE STATIC FILES IN DJANGO - (what are static files and how they ate served in dev mode)

Опубликовано: 16 Апрель 2023
на канале: Developer Bites
4
0

Static files such as css, javascript and images are usually cached by browser and Django provides a separate way to serve static files in development mode. When Django is run in the production mode, the static files are directly served by the server to enhance the speed in which they are accessed.