Skip to content

Commit b153e8a

Browse files
committed
✨ show case about jump columns. ƒix #65
1 parent aac3b63 commit b153e8a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

polls/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def choice_func(row):
8484
initializers=[None, choice_func],
8585
mapdicts=[
8686
["question_text", "pub_date", "slug"],
87-
["question", "choice_text", "votes"],
87+
{"Question": "question", "Choice": "choice_text", "Votes": "votes"},
8888
],
8989
)
9090
return redirect("handson_view")

rnd_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/python-lml/lml/archive/dev.zip
1+
https://github.com/pyexcel/pyexce-io/archive/dev.zip

sample-data.xls

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)