This article describes Diamanda applications and their relations-dependencies. Most of them can be used without others.
Main url is
/forum/. Uses FeedUpdate in Post model (located in Pages application), and as all templates extend from pages/body.html
For admins under
/stats/ - unique entries stats. Data is saved by middleware
statsMiddleware.py - one save for IP per day. Independent.
Article with "index" slug is used on the main page. Main page views (
view_index) calls userpanel. Article url is
/w/p/SLUG/
Independent. Main url is
/user/. Uses mostly django contrib.auth.views with some extras for openID support and simple text captchas.
- Added: 14.07.2008 by riklaunim