Thursday, August 1, 2019

Re: Writing your first Django app, part 1 - Can't Follow it

Firstly in your mysite/mysite/URLs.py in the url patterns portion instead type this

Urlpatterns=[

Path('',include ('polls.URLs')),
Path('admin/',admin.site.URLs),
]

--
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/31740f34-af4a-42a1-bdbd-898d67db162a%40googlegroups.com.

No comments:

Post a Comment