new engine/ app, the location to where to implement plugin/query and
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 10 Dec 2012 14:09:32 +0000 (15:09 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 10 Dec 2012 14:09:32 +0000 (15:09 +0100)
commit870308d6f7c55b5f23b82b30713656d629e15e3e
treed6d2085a0e1b8416ec3f3f8b746de0241d7402de
parent5f76195acf286cf2140eeea8c9bc4a81b05286aa
new engine/ app, the location to where to implement plugin/query and
the like
first stab at a small plugin class that can render
toggable (hide&show) plugins
13 files changed:
engine/__init__.py [new file with mode: 0644]
engine/models.py [new file with mode: 0644]
engine/plugin.py [new file with mode: 0644]
engine/query.py [new file with mode: 0644]
engine/tests.py [new file with mode: 0644]
engine/views.py [new file with mode: 0644]
myslice/settings.py
myslice/urls.py
plugins/__init__.py [new file with mode: 0644]
plugins/simplelist.py [new file with mode: 0644]
static/js/plugin.js [new file with mode: 0644]
templates/myslice-layout.html
templates/render_plugin.html [new file with mode: 0644]