Section
6.8.2
General
Temporary files should be protected during usage and removed when they are no longer required.
Django

Django makes use of Python's tempfile module for creating temporary files/directories.

Natural Webagent
This is handled by the server admins.