質問編集履歴

1

コード機能修正

2021/11/30 09:06

投稿

sasakicrea
sasakicrea

スコア0

test CHANGED
File without changes
test CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
 
8
8
 
9
+ ```python
10
+
9
11
  models.py
10
12
 
11
13
  from django.db import models
@@ -28,7 +30,9 @@
28
30
 
29
31
  class Meta:
30
32
 
31
- verbose_name = '都道府県'
33
+ verbose_name = '都道府県'````````````ここに言語を入力
34
+
35
+
32
36
 
33
37
  verbose_name_plural = '都道府県'
34
38
 
@@ -228,6 +232,10 @@
228
232
 
229
233
 
230
234
 
235
+ ```
236
+
237
+ ```python
238
+
231
239
  filter.html
232
240
 
233
241
 
@@ -358,7 +366,11 @@
358
366
 
359
367
  </form>
360
368
 
361
-
369
+ ```
370
+
371
+
372
+
373
+ ```python
362
374
 
363
375
  views.py
364
376
 
@@ -431,3 +443,5 @@
431
443
  return render(request, 'myapp/index.html',
432
444
 
433
445
  {'post_list': post_list, 'title_or_content': title_or_content, 'city': city, 'industry': industry, 'occupation': occupation, 'tag': tag })
446
+
447
+ ```