浏览代码

Extend 'sandbox' make target to build search index

master
David Winterbottom 13 年前
父节点
当前提交
59b25d5f25
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Makefile

+ 1
- 0
Makefile 查看文件

@@ -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

正在加载...
取消
保存