forum-django/README.md
László Károlyi 8649fb7b79
All checks were successful
buildbot/Hondaforum Site Build done.
Add info about binary module compilation for PyYAML
2023-09-23 23:10:49 +02:00

1.1 KiB

forum-django

Build Status Coverage Status Code Issues

This project is a rewrite of my old, PHP-MySQL based forum from 2004, https://crxforum.ksol.io.

I'm rewriting the whole thing in Django, using jQuery/TypeScript/Webpack, and also adding new features to it over time.

In case of using MariaDB, this project needs MariaDB >= 10.4, as the BLOB unique indexes weren't available before that.

Python packages update

tools/update-python-packages.sh

Until https://github.com/yaml/pyyaml/pull/618/ gets merged, on FreeBSD install PyYAML with:

C_INCLUDE_PATH=/usr/local/include/ PYYAML_FORCE_LIBYAML=1 python -m pip install pyyaml