V4 Planning

From Compsci.ca Wiki

Revision as of 18:02, 11 June 2008 by Rdrake (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Personal tools