# s2forums **Repository Path**: mirrors_llk/s2forums ## Basic Information - **Project Name**: s2forums - **Description**: This is a fork of DjangoBB customized for Scratch 2.0. DjangoBB is a quick and simple forum which uses the Django Framework (written in Python language). Abbreviation DjangoBB stands for Django Bulletin Board. DjangoBB is distributed under the BSD license. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Deprecated #### This project is no longer actively maintained by the Scratch Team. For a list of active open source projects please visit: https://scratch.mit.edu/developers --- This is a fork of DjangoBB forums, modified to plug into Scratch 2.0. The connection points are as follows: * Scratchr2 should have a relative symlink to djangobb_forum in its parent directory, which points to `../s2forums/djangobb_forum` * It also needs a relative symlink to djangobb_forum inside its static directory `/scratchr2/static/djangobb_forum` that points to `../../s2forums/djangobb_forum/static/djangobb_forum` * Settings.py should be modified to import `../s2forums/djangobb_forum/scratchr2_settings.py`, so that the necessary settings for ScratchR can be found in this repository. Yeah!