質問編集履歴

3

初心者アイコンつけました

2018/05/13 22:54

投稿

yasahhi
yasahhi

スコア15

test CHANGED
File without changes
test CHANGED
File without changes

2

ユーザー名を伏字にしました

2018/05/13 22:54

投稿

yasahhi
yasahhi

スコア15

test CHANGED
File without changes
test CHANGED
@@ -124,7 +124,7 @@
124
124
 
125
125
  Traceback (most recent call last):
126
126
 
127
- File "/Users/alife/Documents/mysite/polls/views.py", line 2, in <module>
127
+ File "/Users/○○○/Documents/mysite/polls/views.py", line 2, in <module>
128
128
 
129
129
  from django.shortcuts import render,get_object_or_404
130
130
 

1

リンクが正しく貼れていませんでしたので修正します

2018/05/08 15:13

投稿

yasahhi
yasahhi

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- [djangoのチュートリアル]https://docs.djangoproject.com/ja/2.0/intro/tutorial01/を進めている最中です。
3
+ [djangoのチュートリアル](https://docs.djangoproject.com/ja/2.0/intro/tutorial01/)を進めている最中です。
4
4
 
5
5
  ### 発生している問題・エラーメッセージ
6
6