Преглед на файлове

Missing commands for Vagrant users

Vagrant users need to migrate and load_initial_data too.
Tom Dyson преди 8 години
родител
ревизия
0f82c21f11
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      readme.md

+ 2 - 0
readme.md

@@ -29,6 +29,8 @@ Run the following commands:
     vagrant up
     vagrant ssh
       (then, within the SSH session:)
+    ./manage.py migrate
+    ./manage.py load_initial_data
     ./manage.py runserver 0.0.0.0:8000
 
 The demo site will now be accessible at [http://localhost:8000/](http://localhost:8000/) and the Wagtail admin