RE: django 2.0 url to path

2017-12-06 Thread Matthew Pava
Oh, and it looks like you need to add a “/” to the end of your 'application/register' path. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Matthew Pava Sent: Wednesday, December 6, 2017 8:26 AM To: 'django-users@googlegroups.com' Sub

RE: django 2.0 url to path

2017-12-06 Thread Matthew Pava
Is settings.DEBUG set to True? From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of ??? Sent: Tuesday, December 5, 2017 9:00 PM To: Django users Subject: django 2.0 url to path i try to use path instead of url but there are some problem following is my code