[Django] #31346: Without adding this, got an error.

8 views
Skip to first unread message

Django

unread,
Mar 5, 2020, 10:23:27 PM3/5/20
to django-...@googlegroups.com
#31346: Without adding this, got an error.
-------------------------------------------+------------------------
Reporter: hudacse6 | Owner: (none)
Type: Bug | Status: new
Component: Error reporting | Version: 3.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------------+------------------------
''== Given that :''

**from django.urls import path
from . import views
app_name = 'polls'
urlpatterns = [
path('', views.index, name='index'),
path('<int:question_id>/', views.detail, name='detail'),
path('<int:question_id>/results/', views.results, name='results'),
path('<int:question_id>/vote/', views.vote, name='vote'),
]**


''== We need to edit and add like this (see below):''

**from mysite import urls
urls.app_name='polls'**

--
Ticket URL: <https://code.djangoproject.com/ticket/31346>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Mar 6, 2020, 2:27:21 AM3/6/20
to django-...@googlegroups.com
#31346: Without adding this, got an error.
--------------------------------+--------------------------------------
Reporter: Hadisur Rahman | Owner: nobody
Type: Bug | Status: closed
Component: Documentation | Version: 3.0
Severity: Normal | Resolution: worksforme

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+--------------------------------------
Changes (by felixxm):

* owner: (none) => nobody
* resolution: => worksforme
* status: new => closed
* component: Error reporting => Documentation


Comment:

The current form works for me. Try to use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels].

--
Ticket URL: <https://code.djangoproject.com/ticket/31346#comment:1>

Reply all
Reply to author
Forward
0 new messages