--
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2bc06d81-c21e-458e-ac7c-e78aab15e76e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/672a0fde-7804-4652-a18d-05d2a80610d0%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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a94a48b6-5e9a-4a7d-bd96-0b5941b86758%40googlegroups.com.
I suggest you do so. It is important to understand how the framework works before attempting to create your own projects or even using existing apps.
Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/articles/year
Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:
^articles/(\d{4})/$
^articles/(\d{4})/(\d{2})/$
^articles/(\d{4})/(\d{2})/(\d+)/$
^admin/
The current URL, articles/year, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
--
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/630c6a3e-07d4-4840-ad3c-fa52a6a0e6db%40googlegroups.com.
yes
booking app
You mentioned that you haven't completed a tutorial. You should because this stuff is in it. Your questions are too broad and covered in docs and other material on the web. Google is your bro :)
--
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d5496b23-7d39-46fa-9b48-5b25ca9ebd0f%40googlegroups.com.