annotate piecrust/admin/settings.py @ 1144:9f3e702a8a69

bake: Give unique source specs to each taxonomy or blog archive page. This prevents caching issues in some situations, leading to one tag page reusing the data from a previous tag page.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Jun 2018 22:05:46 -0700
parents 660250c95246
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
935
7ecb946bfafd admin: Lots of fixes for running the admin panel in a WSGI server.
Ludovic Chabant <ludovic@chabant.com>
parents: 886
diff changeset
1 FOODTRUCK_ROOT_URL = ''
970
660250c95246 admin: Improve support for Micropub.
Ludovic Chabant <ludovic@chabant.com>
parents: 935
diff changeset
2 TOKEN_ENDPOINT = "https://tokens.indieauth.com/token"