Reimagining my forum with Django https://hondaforum.hu
Find a file
2023-09-15 13:52:28 +02:00
backend Full comment thread expansion capability 2023-09-14 20:03:11 +02:00
frontend Fix error display on username 2023-09-15 13:52:28 +02:00
tools Bumping packages 2023-09-11 12:21:11 +02:00
.babelrc Intermediate commit 2023-06-27 14:56:13 +02:00
.browserslistrc Bumping webpack, got a working version 2019-12-22 12:07:50 +01:00
.editorconfig Updating webpack 2019-11-26 21:07:47 +01:00
.eslintrc.json Pagination with blurred loading and error handling 2023-07-31 16:34:32 +02:00
.gitignore Removing package-lock, update views 2023-09-13 13:22:13 +02:00
.isort.cfg More updates, forum stars locally but looks crooked still 2023-05-24 21:03:42 +02:00
.screenrc Loading one topic page with data 2023-08-15 16:14:58 +02:00
.travis.yml Trying to reset mysql pw before running tests 2017-01-01 21:22:48 +01:00
gulpfile.js Intermediate commit 2023-07-04 18:48:18 +02:00
LICENSE Starting to update deps 2023-04-29 13:22:39 +02:00
package.json Bumping packages 2023-09-13 13:24:49 +02:00
README.md Bumping packages 2023-07-22 13:12:07 +02:00
tsconfig.json Intermediate commit 2023-07-04 18:48:18 +02:00

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