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
Everything is working smoothly, just that when I try running this command: python manage.py clear_models
I get this error:
File "/home/manu/ADL_LRS/adl_lrs/management/commands/clear_models.py", line 6, in <module>
from django.db.models import get_app, get_models
ImportError: cannot import name get_app
The text was updated successfully, but these errors were encountered:
Everything is working smoothly, just that when I try running this command:
python manage.py clear_models
I get this error:
The text was updated successfully, but these errors were encountered: