#13623: Code in intro-tutorial03 missing a import statement -------------------------------------+-------------------------------------- Reporter: lescoutinh...@gmail.com | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 1 | -------------------------------------+-------------------------------------- Page: http://docs.djangoproject.com/en/dev/intro/tutorial03/#intro- tutorial03 Last code block. File: mysite/polls/urls.py Missing code: from django.conf.urls.defaults import *
It is not an error because it says to "Copy the file mysite/urls.py to mysite/polls/urls.py.", but can lead to errors. -- Ticket URL: <http://code.djangoproject.com/ticket/13623> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.