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 install django oscar docdata per pip3. Then i insert in my url.py a import:
from oscar_docdata.dashboard.app import application as docdata_dashboard_app
And make migrations but get exception:
File "/home/sebastian/PycharmProjects/shop/shop/urls.py", line 23, in
from oscar_docdata.dashboard.app import application as docdata_dashboard_app
File "/home/sebastian/.local/lib/python3.8/site-packages/oscar_docdata/dashboard/app.py", line 2, in
from oscar.core.application import Application
ImportError: cannot import name 'Application' from 'oscar.core.application' (/home/sebastian/.local/lib/python3.8/site-packages/oscar/core/application.py)
The text was updated successfully, but these errors were encountered:
Hello,
i install django oscar docdata per pip3. Then i insert in my url.py a import:
from oscar_docdata.dashboard.app import application as docdata_dashboard_app
And make migrations but get exception:
File "/home/sebastian/PycharmProjects/shop/shop/urls.py", line 23, in
from oscar_docdata.dashboard.app import application as docdata_dashboard_app
File "/home/sebastian/.local/lib/python3.8/site-packages/oscar_docdata/dashboard/app.py", line 2, in
from oscar.core.application import Application
ImportError: cannot import name 'Application' from 'oscar.core.application' (/home/sebastian/.local/lib/python3.8/site-packages/oscar/core/application.py)
The text was updated successfully, but these errors were encountered: