Mercurial > piecrust2
comparison piecrust/__init__.py @ 730:8c3c2b949b82
routing: Fix problems with route functions.
Instead of using merged functions with multiblog sites, use different
functions. Add some options to customize the function names.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 01 Jun 2016 22:10:47 -0700 |
parents | f1dd8f2e79e7 |
children | 7705b3d981ca |
comparison
equal
deleted
inserted
replaced
729:e35407c60e00 | 730:8c3c2b949b82 |
---|---|
16 DEFAULT_DATE_FORMAT = '%b %d, %Y' | 16 DEFAULT_DATE_FORMAT = '%b %d, %Y' |
17 DEFAULT_THEME_SOURCE = 'https://bitbucket.org/ludovicchabant/' | 17 DEFAULT_THEME_SOURCE = 'https://bitbucket.org/ludovicchabant/' |
18 | 18 |
19 PIECRUST_URL = 'https://bolt80.com/piecrust/' | 19 PIECRUST_URL = 'https://bolt80.com/piecrust/' |
20 | 20 |
21 CACHE_VERSION = 25 | 21 CACHE_VERSION = 26 |
22 | 22 |
23 try: | 23 try: |
24 from piecrust.__version__ import APP_VERSION | 24 from piecrust.__version__ import APP_VERSION |
25 except ImportError: | 25 except ImportError: |
26 APP_VERSION = 'unknown' | 26 APP_VERSION = 'unknown' |