質問編集履歴

2

情報の修正

2019/09/05 13:22

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  model.py
8
8
 
9
- ```pyth.pyon
9
+ ```python
10
10
 
11
11
  image = models.ImageField(upload_to = 'photos', blank=True, null=True)
12
12
 

1

情報の修正

2019/09/05 13:22

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```html
16
16
 
17
- <img class="img-thumbnail" src="画像のURL">
17
+ <img class="img-thumbnail" src="{{ user.image.url }}">
18
18
 
19
19
 
20
20