1.

Define static files and explain their uses?

Answer»

WEBSITES generally need to serve ADDITIONAL files such as IMAGES. JAVASCRIPT or CSS. In Django, these files are referred to as “STATIC files”, Apart from that Django provides django.contrib.staticfiles to manage these static files.



Discussion

No Comment Found