stephenmcd / filebrowser-safe

File manager for Mezzanine
Other
42 stars 104 forks source link

fix: added exception to fix EXTRA_MODEL_FIELDS compatability #144

Open FrisoHarlaar opened 1 year ago

FrisoHarlaar commented 1 year ago

Using mezzanine EXTRA_MODEL_FIELDS raises an AppRegistryNotReady exception, which is circumvented by this. This change fixes this issue: https://github.com/stephenmcd/filebrowser-safe/issues/143