LaetusBB
Features:
- Purely SSR
- BBCode support
Limitations:
- Only basic/old-school session auth for now
- Generate a .env and siteconf.ini of your own from the examples provided
python manage.py runserver
(Debug Server)
laetusbb
│
└── laetusbb/
└── core/
└── apps/
│ └── thread/
│ └── user/
-
core:
- Forum models
- entry point
-
apps/thread:
- Handle threads, posts, attachments, etc.
-
apps/user: