Boost projects

rtd2
Eric Holscher 2013-10-26 21:23:14 -07:00
parent 556e2c4a2c
commit bfc9e29470
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ def index_search(request):
'lang': project.language,
'author': [user.username for user in project.users.all()],
'url': project.get_absolute_url(),
'_boost': project_scale,
})
index_list = []