Quantcast
Channel: Latest posts from timonweb.com
Viewing all articles
Browse latest Browse all 93

Cleanup Files (and Images) On Model Delete in Django

$
0
0

In Django, if your model has Filefield / Imagefield, when it's get deleted it doesn't delete attached files by default. To fix that you need to do two steps: 1) Add filecleanup function, that'll take care of deleting files attached to a model:

  1. importos
  2. fromdjango.core.files.storageimport ...

Read now


Viewing all articles
Browse latest Browse all 93

Trending Articles