環境
Python 3.5.0
Djnago 1.9.2
urls.py
app_name = 'app' # 追加
urlpatterns = [
url(r'^$', views.index, name='index'),
]
template.html
{% url 'app:index' %}
Go to list of users who liked
More than 5 years have passed since last update.
環境
Python 3.5.0
Djnago 1.9.2
app_name = 'app' # 追加
urlpatterns = [
url(r'^$', views.index, name='index'),
]
{% url 'app:index' %}
Register as a new user and use Qiita more conveniently
Go to list of users who liked