質問編集履歴

2

修正

2017/06/29 20:37

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,25 @@
6
6
 
7
7
 
8
8
 
9
+ というエラーが
10
+
11
+
12
+
9
- というエラーがheroku run python manage.py migrateを実行した時に出てしまいます。
13
+ heroku run python manage.py migrate
14
+
15
+
16
+
17
+ を実行した時に出てしまいます。
18
+
19
+ しかし、しっかりとmanage.pyというファイルは存在しています。
20
+
21
+
10
22
 
11
23
  https://djangogirlsjapan.gitbooks.io/workshop_tutorialjp/content/deploy/
12
24
 
13
25
  参考サイトはこちらで、MacOS, Python3です。
26
+
27
+
14
28
 
15
29
  お力お貸しください...
16
30
 

1

修正

2017/06/29 20:37

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- python: can't open file 'manage.py': [Errno 2] No such file or directory
1
+ python: can't open file 'manage.py': [Errno 2] No such file or directoryを修正したい
test CHANGED
@@ -1,4 +1,4 @@
1
- デプロイまであと少しというところでエラーが出て二、三時間止まっています,,,
1
+ djangoのデプロイまであと少しというところでエラーが出て二、三時間止まっています,,,
2
2
 
3
3
 
4
4