Wednesday, December 25, 2019

Re: invalid syntax after setting the path to be urlspattern = [os.path.join(BASE_DIR)....

I think 

urlpatterns = [
path("<path>/", views.view,  name="<name>"),
]


On Thu, 26 Dec 2019, 06:31 Realdox Opeyemi, <realdox2yk47jay@gmail.com> wrote:
how to solve template issue which keeps saying invalid syntax even after the path has been set...it eventually leads to template not found after server was run .i'm using window 8 ,python 3.7 and vs

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8d13fe1b-2c2f-4420-9b8e-f0f57a30115f%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAWaUgjDMRL1NtLRDik5XvrioXQgodNZQGJ66j7N9Lz0oNUX7w%40mail.gmail.com.

No comments:

Post a Comment