We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Current tree (some parts of it)
openslides_backend ├── action_handler -> should be renamed to "actions" │ ├── actions -> bad double name │ │ ├── action_map.py │ │ ├── base.py │ │ ├── mediafile │ │ ├── topic │ │ │ ├── create.py │ │ │ └── update.py │ │ └── types.py │ ├── handler.py ├── adapters ├── http │ ├── application.py │ ├── environment.py │ └── views.py ├── logging ├── models ├── shared │ ├── exceptions.py │ ├── filters.py │ ├── interfaces.py │ ├── patterns.py │ ├── permissions │ └── schema.py └── wsgi.py