Browse Source

Extend 'sandbox' make target to build search index

master
David Winterbottom 13 years ago
parent
commit
59b25d5f25
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile

+ 1
- 0
Makefile View File

@@ -13,6 +13,7 @@ sandbox: install
13 13
 	sites/sandbox/manage.py oscar_import_catalogue sites/_fixtures/books-catalogue.csv
14 14
 	sites/sandbox/manage.py oscar_import_catalogue_images sites/_fixtures/books-images.tar.gz
15 15
 	sites/sandbox/manage.py loaddata countries.json sites/_fixtures/pages.json
16
+	sites/sandbox/manage.py rebuild_index --noinput
16 17
 
17 18
 ci:
18 19
 	# Run continous tests and generate lint reports

Loading…
Cancel
Save