Re: Help with mi first hello world please problems with urls

2018-08-30 Thread Sonali Vighne
¿Dónde está tu archivo views.py? escribir la solicitud de importación en views.py On Wednesday, August 22, 2018 at 10:31:19 PM UTC+5:30, Dario Coronel wrote: > > El problema que tengo es el siguiente soy un novato recien conociendo el > mundo de python y django estaba siguiendo los pasos de la

Re: Help with mi first hello world please problems with urls

2018-08-29 Thread ireoluwa fakeye
Why are you returning a string into the response ,there are different approaches to this . On Thu, 30 Aug 2018, 07:36 Anirudh choudhary, wrote: > if you understand English then use include() in your mysite.urls.py > which is in from django.urls import include > > On Wednesday, August 22, 2018

Re: Help with mi first hello world please problems with urls

2018-08-29 Thread Anirudh choudhary
if you understand English then use include() in your mysite.urls.py which is in from django.urls import include On Wednesday, August 22, 2018 at 10:31:19 PM UTC+5:30, Dario Coronel wrote: > > El problema que tengo es el siguiente soy un novato recien conociendo el > mundo de python y django esta