valberg / djangit

A git repo browser written in django and dulwich
http://djang.it
9 stars 1 forks source link

Plugin system #9

Open valberg opened 10 years ago

valberg commented 10 years ago

We have to define a way in which plugins work.

Planned plugins:

valberg commented 10 years ago

First of the plugin system should be as simple as possible. Writing a plugin should be nothing more than model, view and template.

Templates must have some kind of hooks where plugins can say "I want to put this here" - say ie. a menu item for issues, or login form for users.

valberg commented 9 years ago

This comes later.