The "Mise en place" edition
You got it, this is for the setup.py script to get you up to speed without missing a beat.
Not going to be verbose because the changelog should be right on the nose.
Send me a note to [email protected] or comment with any questions.
What's Changed
- make sure hugo_path is a string by @brunoamaral in #165
- check if hugo_path is set or try to find where it's installed by @brunoamaral in #166
- content review by @brunoamaral in #167
- setup.py creates a .env file if needed by @brunoamaral in #168
- Clarify setup instructions when running setup.py, and try running sudo to launch the containers by @brunoamaral in #169
- Exclude author attribute for Trials by @brunoamaral in #170
- include django configuration steps in setup.py by @brunoamaral in #172
- clean up and make sure we use gunicorn in production by @brunoamaral in #173
- make sure we configure the right db host by @brunoamaral in #178
- create the metabase database in postgres (you should reload the container once finished) by @brunoamaral in #181
- get domain from env variables by @brunoamaral in #182
Full Changelog: v10.6...v10.6.5