Re: URL path not working with Django ver 2.1.2

2018-11-23 Thread gordon nchy
in your url u tried to make use of regularexpression sign i.e ^$ so i suggest u will have to make it a raw string in this way ( r'^$' ). gnchy On 23 Nov 2018 10:31, "Yavin Aalto Arba" wrote: > Path is not using regular expressions. Use empty quotes and it should > work. > > On Fri, Nov 23,

Re: URL path not working with Django ver 2.1.2

2018-11-23 Thread Ben Hamlitsch
Excellent thank you very much for your help. Ben Hamlitsch > On Nov 23, 2018, at 2:20 AM, Jani Tiainen wrote: > > Hi, > > And if you want to still use old regular expressions you can use "re_path" > instead of "path". > >> On Fri, Nov 23, 2018 at 5:28 AM Ben Hamlitsch wrote: >> This is the

Re: URL path not working with Django ver 2.1.2

2018-11-23 Thread Jani Tiainen
Hi, And if you want to still use old regular expressions you can use "re_path" instead of "path". On Fri, Nov 23, 2018 at 5:28 AM Ben Hamlitsch wrote: > This is the message I get when I run python manage.py runserver > > [image: Screen Shot 2018-11-22 at 7.18.58 PM.png] > > > This is my setup

Re: URL path not working with Django ver 2.1.2

2018-11-22 Thread Yavin Aalto Arba
Path is not using regular expressions. Use empty quotes and it should work. On Fri, Nov 23, 2018, 5:28 AM Ben Hamlitsch This is the message I get when I run python manage.py runserver > > [image: Screen Shot 2018-11-22 at 7.18.58 PM.png] > > > This is my setup in Atom > > > [image: Screen Shot

URL path not working with Django ver 2.1.2

2018-11-22 Thread Ben Hamlitsch
This is the message I get when I run python manage.py runserver [image: Screen Shot 2018-11-22 at 7.18.58 PM.png] This is my setup in Atom [image: Screen Shot 2018-11-22 at 7.22.10 PM.png] ANY help you can provide much appreciated. -- You received this message because you are subscribed