質問編集履歴

1

コードを1部修正

2018/02/23 10:15

投稿

teratail_ok
teratail_ok

スコア10

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  ```python
38
38
 
39
- class PostNews(models.Model):
39
+ class Post(models.Model):
40
40
 
41
41
  a = models.CharField("a", max_length=255)
42
42