e-cidadania is extensible through modules, even if the installation procesdures are not working yet.
A module is basically a django application which we integrate in e-cidadania. At this time we advocate for the django default structure in the distribution and file names.
Warning
It’s recommended to have expertise in django and python before creating a new module.
A module has three basic components, the data model, the view and the template.
Note
Discuss if is worthy to explain the creation of a module.