V4 Planning

From Compsci.ca Wiki

(Difference between revisions)
Jump to: navigation, search
m
 
Line 9: Line 9:
=== Django Registration ===
=== Django Registration ===
[http://code.google.com/p/django-registration/ Django Registration] looks like a simple registration system.  Users can create accounts, an e-mail is sent to their e-mail address, and they click on the link in order to make the account active.
[http://code.google.com/p/django-registration/ Django Registration] looks like a simple registration system.  Users can create accounts, an e-mail is sent to their e-mail address, and they click on the link in order to make the account active.
 +
 +
== Other Python Components ==
 +
=== Postmarkup ===
 +
If the forum does not have any BBCode parser, the [http://code.google.com/p/postmarkup/ Postmarkup] project provides a simple Python module for turning BBCode into XHTML.

Latest revision as of 18:06, 11 June 2008

Contents

Django Components

Django allows you to put together multiple applications in a single project. Applications are structured so they are plugable into other projects, so it would be easy to make use of pre-existing applications written for Django to speed up development.

The following projects look like they might be of interest.

Django Forum

Django Forum is a simple forum system.

Django Registration

Django Registration looks like a simple registration system. Users can create accounts, an e-mail is sent to their e-mail address, and they click on the link in order to make the account active.

Other Python Components

Postmarkup

If the forum does not have any BBCode parser, the Postmarkup project provides a simple Python module for turning BBCode into XHTML.

Personal tools