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
I user django start with uwsgi,
I set DJANGO_EASY_AUDIT_UNREGISTERED_CLASSES_EXTRA = [myapp.model] in setting.py.
then start error message: "Apps aren't loaded yet".
I know it's a code execution order problem, that is, my model is not loaded yet, so I use it. At present, I have not found a suitable solution where to put it
I user django start with uwsgi,
I set DJANGO_EASY_AUDIT_UNREGISTERED_CLASSES_EXTRA = [myapp.model] in setting.py.
then start error message: "Apps aren't loaded yet".
I know it's a code execution order problem, that is, my model is not loaded yet, so I use it. At present, I have not found a suitable solution where to put it
Python version: 3.6
Django version: 1.4.1
django-easy-audit version: 1.3.5
The text was updated successfully, but these errors were encountered: