Skip to content

v1.4.1

Compare
Choose a tag to compare
@mauromsl mauromsl released this 28 Mar 15:18
· 2224 commits to master since this release

Version 1.4.1 Introduces Repositories, the brand-new repository system for Janeway.

Upgrade notes

With this release of Janeway, there are a couple of new commands to generate the robots.txt and sitemap.xml endpoints.
After running the upgrade script upgrade.sh, you should run python src/manage.py generate_robots and python src/manage.py generate_sitemaps.

Sitemaps will be regenerated on a daily basis as per the configuration of the cron tasks installed by Janeway.

What's Changed