質問編集履歴

5

説明文追記

2018/04/27 10:56

投稿

y_y.
y_y.

スコア16

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,15 @@
4
4
 
5
5
  DjangoGirlsTutorial というサイトに従い、Django の学習を進めている者です。
6
6
 
7
+
8
+
9
+ $ git push heroku master を実行した後に、
10
+
11
+ $ heroku run python manage.py migrate を行いました。
12
+
13
+
14
+
7
- $ git push heroku master を実行した後、webサイトを確認するとNot Found となります。
15
+ $ heroku open webサイトを確認したのでが、Not Found となります。
8
16
 
9
17
  原因がお分かりになる方、ご教授頂けますでしょうか。
10
18
 

4

コード追記

2018/04/27 10:56

投稿

y_y.
y_y.

スコア16

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,41 @@
32
32
 
33
33
  The requested URL / was not found on this server.
34
34
 
35
- と表示されます。
35
+ 、web上で表示されます。
36
+
37
+
38
+
39
+ ###
40
+
41
+ $ heroku run python manage.py migrate を実行すると以下のように表示されます。
42
+
43
+ ```
44
+
45
+ Running python manage.py migrate on ⬢ djangogirlsblog-y... up, run.1180 (Free)
46
+
47
+ Operations to perform:
48
+
49
+ Synchronize unmigrated apps: staticfiles, messages
50
+
51
+ Apply all migrations: auth, contenttypes, admin, blog, sessions
52
+
53
+ Synchronizing apps without migrations:
54
+
55
+ Creating tables...
56
+
57
+ Running deferred SQL...
58
+
59
+ Installing custom SQL...
60
+
61
+ Running migrations:
62
+
63
+ No migrations to apply.
64
+
65
+ ```
66
+
67
+
68
+
69
+
36
70
 
37
71
 
38
72
 

3

tag 追加

2018/04/27 10:24

投稿

y_y.
y_y.

スコア16

test CHANGED
File without changes
test CHANGED
File without changes

2

初心者アイコン

2018/04/27 09:56

投稿

y_y.
y_y.

スコア16

test CHANGED
File without changes
test CHANGED
File without changes

1

tag 追加

2018/04/27 09:53

投稿

y_y.
y_y.

スコア16

test CHANGED
File without changes
test CHANGED
File without changes