瀏覽代碼

Update README

Victor Quach 9 年之前
父節點
當前提交
78137020cb
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -15,7 +15,12 @@ cd seum && cp settings.py.default settings.py
15 15
 
16 16
 ### Developement
17 17
 
18
-First, comment out the lines below "#Production settings".  
18
+First, comment out the lines below "#Production settings" in `settings.py`.
19
+
20
+You will also need to apply the unapplied migrations:
21
+
22
+    python manage.py migrate
23
+
19 24
 Then simply use the django command:
20 25
 
21 26
     python manage.py runserver 0.0.0.0:8000