Mercurial > piecrust2
annotate docs/configs/dist.yml @ 935:7ecb946bfafd
admin: Lots of fixes for running the admin panel in a WSGI server.
- Use new source APIs in the dashboard to open WIP files.
- Fixed broken/outdated code in some views.
- Fixed cases when Flask is not running at the root URL by using the
`SCRIPT_NAME` variable somewhat more properly.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 04 Oct 2017 09:15:16 -0700 |
parents | fc761964e1a7 |
children |
rev | line source |
---|---|
667
fc761964e1a7
docs: Use new config variants format.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 site: |
fc761964e1a7
docs: Use new config variants format.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 root: /piecrust/v2/ |
fc761964e1a7
docs: Use new config variants format.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 baker: |
fc761964e1a7
docs: Use new config variants format.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 assets_dirs: |
fc761964e1a7
docs: Use new config variants format.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 assets: |
fc761964e1a7
docs: Use new config variants format.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 processors: all |
fc761964e1a7
docs: Use new config variants format.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 |