You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for this nice package!
I have some directories and files in media/ accessed from django-filebrowser (file cloud in admin). My shell gives me command history, so I always add as many --exclude arguments as I need. But my project will be used by other people, who can miss some files and some logic will be broken. I believe a good solution is to have a list in settings.py containing strings - elements of --exclude.
The text was updated successfully, but these errors were encountered:
First, thank you for this nice package!
I have some directories and files in media/ accessed from
django-filebrowser
(file cloud in admin). My shell gives me command history, so I always add as many--exclude
arguments as I need. But my project will be used by other people, who can miss some files and some logic will be broken. I believe a good solution is to have a list insettings.py
containing strings - elements of--exclude
.The text was updated successfully, but these errors were encountered: