Re: ERROR: The included URLConf 'website.urls' does not appear to have patterns in it. If u see valid patterns in the file then there is issue of Circular import.

2019-05-28 Thread Madhur Kabra
views.index, name=index), > ] > > can u replace with this > > from django.urls import path > from . import views > > urlpatterns = [ > path('', views.index, name=index), > ] > > > > On Mon, May 27, 2019 at 8:32 PM Madhur Kabra > wrote: > >> I

ERROR: The included URLConf 'website.urls' does not appear to have patterns in it. If u see valid patterns in the file then there is issue of Circular import.

2019-05-27 Thread Madhur Kabra
I am getting the url conf error, I have attached the relevant files. Thanks for the assistance -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from