質問するログイン新規登録

質問編集履歴

1

脱字

2022/09/12 05:52

投稿

shunhamm
shunhamm

スコア22

title CHANGED
File without changes
body CHANGED
@@ -15,6 +15,7 @@
15
15
  ValueError: Field 'id' expected a number but got '(Inputされた文字列)'.
16
16
  [12/Sep/2022 14:17:06] "GET /detail/(Inputされた文字列)/ HTTP/1.1" 500 132731
17
17
  ```
18
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-09-12/952ee92e-ee3a-4d9f-8f79-b68649704885.png)
18
19
 
19
20
  ### 該当のソースコード
20
21
 
@@ -41,7 +42,6 @@
41
42
  ```python:models.py
42
43
  class TicketList(models.Model):
43
44
  ticket_id = models.CharField(primary_key=True, max_length=100)
44
- ---省略---
45
45
  ```
46
46
 
47
47
  ```python:ticket_list.html