瀏覽代碼

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
+```

Loading…
取消
儲存