summaryrefslogtreecommitdiff
path: root/ishtar_common/management/commands/media_clean_unused.py
AgeCommit message (Collapse)Author
2022-12-12Migration to Django 2.2 - many fixesÉtienne Loks
- remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2)
2019-01-27Tools to manage media files.Étienne Loks
* clean unused * find missing * rename and simplify