Where do i "normally" use this API?
in models, url, forms, views.py?
Where do I "normally" use the File class?
in models, url, forms, views.py?
Where do i "normally" use this API?
in models, url, forms, views.py?
Where do I "normally" use the File class?
in models, url, forms, views.py?
You will use this API when you have to work with files. The most common scenarios involve views that allow users to upload/download files. Of course when you have to work with files is something you should answer based on your requirements.