v2.4.1
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.