Answer the question
In order to leave comments, you need to log in
ModuleNotFoundError: No module named 'shop.corer' how to fix?
At startup, it gives such an error what to do, tell me pzh
I have Django == 3.1.4
, the hierarchy is like this (all folders are in place):
--shop
--corer
--views.py
--models.py
|
|
--shop
--settings.py
--wsgi.py
from shop.corer import views
urlpatterns = [
path('admin/', admin.site.urls),
path('corer/', views.ReactVielw.as_view(), name='corer'),
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question