Re: Django issue with NoModuleError

2019-05-15 Thread arun ashok
before answering,leme know whether your INSTALLED_APPS list is in the correct syntax,i cant see a closing bracket there On Monday, May 13, 2019 at 12:45:35 PM UTC+5:30, ukeplayer01 wrote: > > Hi Everyone. > I have been away from Django for the past 18 months and am refreshing to > use it for a

Re: Django issue with NoModuleError

2019-05-13 Thread Sipum Mishra
Hi RLM, Did you import samples in root urls.py Like as below >From samples import urls Hope it will solve ur error. Thanks. On Mon, 13 May, 2019, 7:45 PM John Bagiliko, wrote: > Try this in samples/urls.py > > from django.urls import path > from . import views > > urlpatterns = [ > path(

Re: Django issue with NoModuleError

2019-05-13 Thread John Bagiliko
Try this in samples/urls.py from django.urls import path from . import views urlpatterns = [ path(''",views.index, name='index'), ] By the way, what is the error you are getting? On Mon, May 13, 2019, 7:14 AM RLM wrote: > Hi Everyone. > I have been away from Django for the past 18 months

Django issue with NoModuleError

2019-05-13 Thread RLM
Hi Everyone. I have been away from Django for the past 18 months and am refreshing to use it for a complex samples storage project. Python 3.7, Django 2.2 the LTS fails with too many errors. Unfortunately I have had this particular error every time I try Django over the past 18 months which i