ソースを参照

Update README.md

Gerrit 7年前
コミット
39ac747309
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      README.md

+ 2
- 1
README.md ファイルの表示

@@ -64,6 +64,7 @@ $ cd django-tickets
64 64
 $ pip install -r requirements.txt
65 65
 $ source env.sh
66 66
 $ ./manage.py migrate
67
+$ ./manage.py collectstatic
67 68
 $ ./manage.py createsuperuser
68 69
 $ ./manage.py runserver
69 70
 ```
@@ -72,4 +73,4 @@ To check the IMAP account for new messages and create tickets out of these messa
72 73
 
73 74
 ```
74 75
 $ ./manage.py get_email
75
-```
76
+```

読み込み中…
キャンセル
保存