Re: main page have stopped work after creating poll app

2018-08-05 Thread Muhammad Ibrahim
After following the due procedure to creating an app polls and running the server as guided by Django online tutorial , still can't navigate (The current path, polls/, didn't match any of these.) please can you help?. On Monday, May 28, 2018 at 1:47:09 PM UTC+1, Florian Schweikert wrote: > > It

Re: main page have stopped work after creating poll app

2018-05-28 Thread Florian Schweikert
It seems you don't have a "main" page. The page you saw was a placeholder starting page if there are no other urls defined. If you want to deliver something at / you have to add it to urls.py PS: pasting screenshots of code is a very bad habit. On 26/05/18 14:46, Dmitry Sobolev wrote:

Re: main page have stopped work after creating poll app

2018-05-28 Thread Julio Biason
Hi Dmitry, Define "the main address stop working"? Do you mean it won't accept any other requests? You should probably check the command line where you started "manage.py runserver". It should display a backtrace pointing to anything that went wrong. On Sat, May 26, 2018 at 5:43 AM, Dmitry

Re: main page have stopped work after creating poll app

2018-05-26 Thread Dmitry Sobolev
if I comment this stroke in urls.py the main page begins to work but in this case I don't have an access to the polls app.

main page have stopped work after creating poll app

2018-05-26 Thread Dmitry Sobolev
Hello guys! I am doing 1st steps in Django. Started 1st tutorial page 3 times from there and getting the same case each time. After that, I created a working "poll app" that works under 127.0.0.1:8000/polls/ the main address stop working where should I see the problem of this problem and make