1.3 KiB
1.3 KiB
forum-django
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
Special install instrutions
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
Dev packages for migration
python -m pip install -U phpserialize python_magic