Victor Quach před 9 roky
rodič
revize
78137020cb
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      README.md

+ 6 - 1
README.md

15
 
15
 
16
 ### Developement
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
 Then simply use the django command:
24
 Then simply use the django command:
20
 
25
 
21
     python manage.py runserver 0.0.0.0:8000
26
     python manage.py runserver 0.0.0.0:8000