Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 530 Bytes

future_models.md

File metadata and controls

28 lines (16 loc) · 530 Bytes

General rules

Translation is done with django-modeltranslation. http://django-modeltranslation.readthedocs.org

List of available languages can be builtin instead of database model. (We provide only three languages anyway)

User profile

Groups

  1. official
  2. resident
  3. anonymous (if required)

Processing (CommonModel)

Model for processing.

  • hearing - a reference to hearing (FK)

ProcessingStep (CommonModel)

Model for processing steps.

  • processing - a reference to processing (FK)