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 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.
Find a file
2016-06-01 09:35:46 -04:00
.tx update translations from Transifex 2012-06-07 12:27:24 +03:00
djangobb_forum obfuscate swear filter 2015-12-13 19:55:43 +00:00
extras Add stubbed model for post status transitions. 2014-02-26 17:54:17 -05:00
.gitignore add poll feature ref as squash commit see also http://support.djangobb.org/topic/333/ (This is a combination of 9 commits.) 2012-08-10 11:12:52 +03:00
.hgignore added setup.py 2011-08-17 17:24:21 +03:00
.hgsub change url in .hgsub 2011-08-17 15:26:11 +03:00
.hgsubstate change registration form to RegistrationFormUniqueEmail in basic_project 2012-10-22 13:36:17 +03:00
LICENSE fix quotes in license 2009-11-20 17:16:25 +02:00
MANIFEST.in added MANIFEST.in file; now all data files included to package 2011-12-06 15:22:32 +02:00
README.md Create README.md 2016-06-01 09:35:35 -04:00
setup.py update dajngo-messages to 0.5pre with django 1.4 support 2012-05-04 12:30:05 +03:00

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!