Request Method: | GET |
---|---|
Request URL: | http://localhost:8000/polls |
Using the URLconf defined in mysite.urls
,
Django tried these URL patterns, in this order:
The current path, polls
, didn't match any of these.
--
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 post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/30dccdd4-1de1-44d0-b6e8-a9d6bb705fcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am brand new to Python and Django. I am trying to learn both simultaneously. I wanted to run the Django tutorial to make sure it works on my computer, iMac running 10.13.1.
You have 14 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
November 23, 2017 - 10:13:03
Django version 2.0rc1, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Not Found: /polls
[23/Nov/2017 10:13:09] "GET /polls HTTP/1.1" 404 2060
Ok, I applied the migration, but it still doesn't work. Maybe this is a django 2.0 bug that needs worked out. I figured I'd learn 2.0 so I wouldn't have to relearn after 2.0 releases. The initial check before creating the "polls app" worked, but it can never find the address. Still need more help. Thanks!
--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/946f1fef-efec-49c7-be25-f4ec85420f8d%40googlegroups.com.
Ok, I applied the migration, but it still doesn't work. Maybe this is a django 2.0 bug that needs worked out. I figured I'd learn 2.0 so I wouldn't have to relearn after 2.0 releases. The initial check before creating the "polls app" worked, but it can never find the address. Still need more help. Thanks!