暇つぶし2chat TECH - 暇つぶし2ch■コピペモード□スレを通常表示□オプションモード□このスレッドのURL■項目テキスト1011:デフォルトの名無しさん 19/04/17 16:54:26.76 1x+gGP6K.net 7行目ですが、エラーの内容はほぼ同じです。 管理画面には入れるけど、サイトが閲覧できない状態です Error during template rendering In template /storage/emulated/0/mysite/blog/templates/blog/post_list.html, error at line 7 Reverse for 'create_article' not found. 'create_article' is not a valid view function or pattern name. 1 <html> 2 <head> 3 <title>my blog</title> 4 </head> 5 6 <body> 7 <a href="{% url 'blog:create_article' %}">記事の作成</a> 8 {% for post in posts %} 9 <div> 10 <p>date: {{ post.created_date }}</p> 11 <h1><a href="{% url 'blog:article' post.id %}">title: {{ post.title }}</a></h1> 12 <p>{{ post.text|linebreaksbr }}</p> 13 <hr> 14 </div> 15 {% endfor %} 16 </body> 次ページ最新レス表示レスジャンプ類似スレ一覧スレッドの検索話題のニュースおまかせリストオプションしおりを挟むスレッドに書込スレッドの一覧暇つぶし2ch