Re: Django tutorial 2.0 problem on admin site

2018-03-28 Thread Zhizhong Kang
Thank you. You are right there are problems in both my mysite/urls.py and polls/urls.py. I fixed it by following the tutorial. On Wednesday, March 28, 2018 at 10:35:01 AM UTC-7, Daniel Hepper wrote: > > My guess is that there is a problem with your URL definition. > > Double-check your mysite/url

Re: Django tutorial 2.0 problem on admin site

2018-03-28 Thread Daniel Hepper
My guess is that there is a problem with your URL definition. Double-check your mysite/urls.py and polls/urls.py When in doubt, post the source of both files (preferably as text, not screenshot). Hope that helps, Daniel On Wednesday, March 28, 2018 at 6:25:12 PM UTC+2, Zhizhong Kang wrote: > >