-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Norman Jäckel edited this page Jan 17, 2020
·
4 revisions
Current tree (some parts of it)
openslides_backend
├── action_handler
│ ├── actions
│ │ ├── 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