This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
s2forums/README.md
2016-06-01 09:35:35 -04:00

787 B

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!