[Add 'Recent Fascinations' to Home Page
Max Battcher <me@worldmaker.net>**20080703170957] hunk ./templates/home.html 25
+ </ul>[_^M_][_$_]
+ <h2>Recent Fascinations</h2>[_^M_][_$_]
+ <ul>[_^M_][_$_]
+ {% for entry in moment %}[_^M_][_$_]
+ <li><a href="http://blog.worldmaker.net{{ entry.get_absolute_url }}">{{ entry.title }}</a></li>[_^M_][_$_]
+ {% endfor %}[_^M_][_$_]
hunk ./wm/home.py 9
- photos = Photo.objects.order_by('?')[:1][_^M_][_$_]
+ blog_fasc = Entry.objects.order_by('-posted') \[_^M_][_$_]
+ .filter(title__icontains='of the moment')[:10][_^M_][_$_]
+ photos = Photo.objects.order_by('?')[0][_^M_][_$_]
hunk ./wm/home.py 15
+ 'moment': blog_fasc,[_^M_][_$_]
WM is licensed under the Microsoft Reciprocal License.
WM
Code.WorldMaker.net