Reimagining my forum with Django https://hondaforum.hu
 
 
 
 
 
 
Go to file
László Károlyi 927deec36c
buildbot/Hondaforum Site Build done. Details
Remove signal handlers
2023-09-23 09:23:24 +02:00
backend Remove signal handlers 2023-09-23 09:23:24 +02:00
frontend Add static collection of frontend/dist back 2023-09-16 17:43:24 +02:00
tools Testing proper-seeming config 2023-09-23 09:15:31 +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 Add nginx.pid to .gitignore 2023-09-17 19:13:40 +02:00
.isort.cfg More updates, forum stars locally but looks crooked still 2023-05-24 21:03:42 +02:00
.screenrc Create a dev nginx 2023-09-17 11:42:14 +02:00
.travis.yml Trying to reset mysql pw before running tests 2017-01-01 21:22:48 +01:00
LICENSE Small improvements 2023-09-16 17:36:02 +02:00
README.md Bumping packages 2023-07-22 13:12:07 +02:00
gulpfile.js Intermediate commit 2023-07-04 18:48:18 +02:00
package.json Bumping packages 2023-09-22 10:39:39 +02:00
tsconfig.json Intermediate commit 2023-07-04 18:48:18 +02:00

README.md

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