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.
This repository has been archived on 2026-02-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 39.4%
  • JavaScript 26.7%
  • CSS 19.2%
  • HTML 14.7%
Find a file
2026-02-20 18:37:20 -05:00
.tx
djangobb_forum
extras
.gitignore
.hgignore
.hgsub
.hgsubstate
LICENSE
MANIFEST.in
README.md
setup.py

Deprecated

This project has been moved to the APIClone repository.


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!