Re: I Suck

2018-10-27 Thread Bugs Bunny
Try to learn python you must, from begining to the end, learn about other MVC frameworks El mié, 24 de octubre de 2018 10:05, Edson Rodrigues escribió: > This is just an outburst. I have been trying to learn Django for months > and I do not learn. I already paid for a course at Udemy, followed >

Re: Using the URLconf defined in polls.urls, Django tried these URL patterns, in this order

2018-10-23 Thread Bugs Bunny
i use this and work, thanks (y) On Tue, Oct 23, 2018 at 1:04 AM Manjunath wrote: > Your project urls are set to address starting with admin & polls. > > You can browse *localhost:8000/polls/* > > On Monday, October 22, 2018 at 11:06:22 PM UTC+5:30, Bugs Bunny wrote: &g

Using the URLconf defined in polls.urls, Django tried these URL patterns, in this order

2018-10-19 Thread Bugs Bunny
Greetings django team, I'm a newbie with this framework but I have experience with python, I did the first tutorial and it throws me a 404 error, I saw that in the previous versions we used a r'formated 'string and indicated the beginning ^ and the end $ but in version 2.1 is no longer used, ch