RES: Havingproblemwithdisplay. Appreciate any help!

2020-07-28 Thread Samuel Nogueira
In your last e-amil you didn’t put these urls: like /about, /btn and /blog De: Phan NguyenEnviado:terça-feira, 28 de julho de 2020 14:19Para: Django usersAssunto: Re: Havingproblemwithdisplay. Appreciate any help! Yes, exactly! But I also tried the local host server. And this is what I got(picture

RES: Havingproblemwithdisplay. Appreciate any help!

2020-07-28 Thread Samuel Nogueira
  Enviado do Email para Windows 10in your last e-amil you didn’t put this urls: like /about, /btn and /blog De: Phan NguyenEnviado:terça-feira, 28 de julho de 2020 14:19Para: Django usersAssunto: Re: Havingproblemwithdisplay. Appreciate any help! Yes, exactly! But I also tried the local host

Re: Havingproblemwithdisplay. Appreciate any help!

2020-07-28 Thread Phan Nguyen
Yes, exactly! But I also tried the local host server. And this is what I got(picture attached) -- only the /admin works, the rest like /about, /btn and /blog cannot be found.. [image: Screen Shot 2020-07-29 at 00.15.47.png] On Tuesday, July 28, 2020 at 9:30:01 PM UTC+7, Samuel Nogueira wrote:

RES: Havingproblemwithdisplay. Appreciate any help!

2020-07-28 Thread Samuel Nogueira
Your problem with the html is that you probably are accessing via file path, instead try to access via localhostEx: localhost:8000/your-url De: Phan NguyenEnviado:terça-feira, 28 de julho de 2020 08:45Para: Django usersAssunto: Havingproblemwithdisplay. Appreciate any help! I got no idea how to