First step in the module design
commit6c4b7e0a670b599e2139ddebb4f319a562c27d0c
authorSverre Rabbelier <sverre@rabbelier.nl>
Sun, 24 May 2009 19:40:37 +0000 (24 21:40 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sun, 24 May 2009 19:40:37 +0000 (24 21:40 +0200)
tree79791b201aa3471ea5ac331af66ccf660fe46fc9
parentdccf26f25d4b132658bdf88f0f64be00ae3deff9
First step in the module design

The new module design allows modules to be registered by adding them
to settings.MODULES. Currently modules cannot do a lot (they can
register with the sidebar and the sitemap), but the structure is in
place.
13 files changed:
app/main.py
app/settings.py
app/soc/modules/__init__.py [new file with mode: 0644]
app/soc/modules/callback.py [copied from app/urls.py with 59% similarity]
app/soc/modules/core.py [new file with mode: 0644]
app/soc/modules/soc_core/__init__.py [copied from app/urls.py with 55% similarity]
app/soc/modules/soc_core/callback.py [new file with mode: 0644]
app/soc/views/helper/responses.py
app/soc/views/models/base.py
app/soc/views/sitemap/build.py [deleted file]
app/soc/views/sitemap/sidebar.py
app/soc/views/sitemap/sitemap.py
app/urls.py