Skip to content

v2.4.1

Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 20 May 20:49
· 417 commits to master since this release
6f0e2af

Changes in this version

  • Add homepage for not-logged-in users
    • Including an HTML homepage editor
  • Links open in new tab
  • Improve admin console
  • Improve display
  • Add installation script
  • Update documentation
  • Bug fixes
  • Minor performance increases
  • Code cleanup
  • Update dependencies

Troubleshooting

In settings.py, you must add the following keys:

USE_HOMEPAGE = False
TEMPLATES_AUTO_RELOAD = True

If you would like to add a homepage, you should head to the edit homepage page through the admin console, create a homepage, and then change the USE_HOMEPAGE key to True. Then, reload your application.