[PYTHON] The first thing to check when a No Reverse Match occurs in Django

NoReverseMatch

スクリーンショット 2017-05-11 11.43.14.png

When there is a chobomis that you still do.

The cause is mostly URL dispatcher

myapp/urls.py


from django.conf.urls import url
from . import views

urlpatterns = [
    url(r'^', views.myapp_index, name='myapp_index'),
]

As a countermeasure, of course, add code.

myapp/urls.py


from django.conf.urls import url
from . import views

urlpatterns = [
    url(r'^', views.myapp_index, name='myapp_index'),
    url(r'^delete/', views.data_delete, name='data_delete'),
]

This way to insert in the template

{% url 'myapp:data_delete' %}

'namespace:name'

Because it is a rule of, if not a valid view function or pattern name. Appears, it was a story to review urls.py.

Recommended Posts

The first thing to check when a No Reverse Match occurs in Django
[Python] What to check when you get a Unicode Decode Error in Django
How to generate a query using the IN operator in Django
To write a test in Go, first design the interface
How to check the memory size of a variable in Python
How to check the memory size of a dictionary in Python
What to do when ModuleNotFoundError: No module named'XXX' occurs in Python
How to check the version of Django
Added a function to register desired shifts in the Django shift table
I made a program to check the size of a file in Python
A useful note when using Python for the first time in a while
What is the fastest way to create a reverse dictionary in python?
If you get a no attribute error in boto3, check the version
[Words spelled to me when I was in the first grade ①] I'm not afraid to build a programming environment.
[Python] I want to know the variables in the function when an error occurs!
How to mention a user group in slack notification, how to check the id of the user group
How to count the number of elements in Django and output to a template
What to do if a version error occurs in the selenium Chrome driver
I referred to it when I got stuck in the django geodjango tutorial (editing)
How to create a Rest Api in Django
[Django] Test to send a file by POST and check the returned context [TDD]
I want to create a lunch database [EP1] Django study for the first time
I want to create a lunch database [EP1-4] Django study for the first time
TensorFlow runtime Attribute Error: module'tensorflow' has no attribute'constant' is the first thing to doubt
How to check in Python if one of the elements of a list is in another list
A command to check when something goes wrong when the server is not doing anything
How to find the first element that matches your criteria in a Python list
Check if the string is a number in python
Register a task in cron for the first time
Set the form DateField to type = date in Django
TemplateView patterns you'll want to learn first in Django
Things to note when initializing a list in Python
What to do if a UnicodeDecodeError occurs in pip
Transit to the update screen with the Django a tag
When you want to plt.save in a for statement
How to reference static files in a Django project
[Golang] Command to check the supported GOOS and GOARCH in a list (Check the supported platforms of the build)
The value of meta when specifying a function with no return value in Dask dataframe apply
Check the argument type annotation when executing a function in Python and make an error
What to do when a Missing artifact occurs in a jar that is not defined in pom.xml
A story that makes it easier to see Model debugging in the Django + SQLAlchemy environment
While solving the introductory statistics exercise 12.10, check how to draw a scatter plot in pandas.
When a character string of a certain series is in the Key of the dictionary, the character string is converted to the Value of the dictionary.
The story I was addicted to when I specified nil as a function argument in Go
Define a task to set the fabric env in YAML
[Django] A memorandum when you want to communicate asynchronously [Python3]
How to write custom validations in the Django REST Framework
A memorandum to register the library written in Hy in PyPI
Test code to check for broken links in the page
How to use the __call__ method in a Python class
Change the standard output destination to a file in Python
How to check ORM behavior in one file with django
How to update user information when logging in to Django RemoteUserMiddleware
What to do when a Remove Error occurs when updating conda
The first step to creating a serverless application with Zappa
Summary of stumbling blocks in Django for the first time
Master the type in Python? (When should type check be done)
I made a command to generate a table comment in Django
I made a function to check the model of DCGAN
Put the lists together in pandas to make a DataFrame
Check in advance what happens when you execute the command