view .hgignore @ 100:365144dad9d1

Add a get_title() method to the Snippet model So we don't have to do this in the templates: {% if snippet.title %}{{ snippet.title }}{% else %} etc
author dellsystem <ilostwaldo@gmail.com>
date Fri, 31 Aug 2012 02:29:59 -0400
parents 6da61f3f83fe
children a66c7907751b
line wrap: on
line source

syntax: regexp
.*\.pyc
agora.sqlite
agora.conf

.*\.swp$
.*\.swo$
^Honza.*/
fabfile.py