20160729 (Friday, 29 July 2016)¶
Grigorij continues to walk through the tutorials and reports his questions. Thanks for your patience, Grigorij! Yesterday I updated Introduction to tables, today I worked on The Lino Polls tutorial. For example they restructured the Django tutorial, so now we must read the two first chapters.
The project created in Create your first Lino site is no longer called “mysite” but “hello”. To avoid a name clash when we later instruct them to follow Django’s Polls tutorial.
Code change:
I added a warning filter to
initdb
andinitdb_demo
to suppress the warnings about empty fixtures. (See also Django ticket #18213).New site attribute
history_aware_logging
.