예제 #1
0
파일: api.py 프로젝트: raun/laughing-waddle
def return_pack():
	write_to_elastic_search()
	return render_template("packages.html")
예제 #2
0
파일: api.py 프로젝트: raun/laughing-waddle
def return_furlencoHtml():
	write_to_elastic_search()
	return render_template("furlenco.html")
예제 #3
0
파일: api.py 프로젝트: raun/laughing-waddle
def return_cat():
	write_to_elastic_search()
	return render_template("categories.html")
예제 #4
0
파일: api.py 프로젝트: raun/laughing-waddle
def push_to_clickstream():
	write_to_elastic_search()
	return "Success"