Selaa lähdekoodia

Update README

Victor Quach 9 vuotta sitten
vanhempi
commit
78137020cb
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  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