A step-by-step guide to publishing a simple news application.
GNU General Public License v3.0
76
stars
27
forks
source link
There's a typo on the docs when freezing the detail pages get_csv is missing parentheses #35
Closed
jjelosua closed 9 years ago
for row in get_csv: should be for row in get_csv():
The code is working but the docs are wrong.