質問編集履歴

1

エラーの追加

2017/12/28 09:29

投稿

Nippun
Nippun

スコア1147

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,17 @@
35
35
 
36
36
 
37
37
  どうすればpath関数の中のinclude関数にnamespaeceを持たせることができますか?
38
+
39
+
40
+
41
+ エラー
42
+
43
+ ```
44
+
45
+ 'Specifying a namespace in include() without providing an app_name '
46
+
47
+ django.core.exceptions.ImproperlyConfigured: Specifying a namespace in include() without providing an app_name is not supported. Set the app_name attribute in the included module, or pass a 2-tuple containing the list of patterns and app_name instead.
48
+
49
+ コード
50
+
51
+ ```