CHANGELOG.md
LICENSE
MANIFEST.in
README.md
config.json
gunicorn.conf.py
install_assets.sh
pyproject.toml
requirements.txt
run.sh
setup.py
api_info/user_admin_api.md
blueprints/__init__.py
blueprints/api.py
blueprints/auth.py
blueprints/dashboard.py
blueprints/media.py
blueprints/rooms.py
blueprints/spaces.py
blueprints/users.py
config/__init__.py
config/settings.py
core/__init__.py
core/context.py
core/filters.py
core/security.py
ept_mx_adm.egg-info/PKG-INFO
ept_mx_adm.egg-info/SOURCES.txt
ept_mx_adm.egg-info/dependency_links.txt
ept_mx_adm.egg-info/entry_points.txt
ept_mx_adm.egg-info/not-zip-safe
ept_mx_adm.egg-info/requires.txt
ept_mx_adm.egg-info/top_level.txt
locales/ar.json
locales/de.json
locales/en.json
locales/es.json
locales/fr.json
locales/he.json
locales/it.json
locales/ja.json
locales/ru.json
locales/tr.json
locales/zh.json
modules/__init__.py
modules/analytics.py
modules/auth.py
modules/media.py
modules/rooms.py
modules/spaces.py
modules/system.py
modules/users.py
static/admin.js
static/css/admin.css
static/js/admin.js
static/js/room_details.js
static/vendor/bootstrap-icons/bootstrap-icons.css
static/vendor/bootstrap/css/bootstrap.min.css
static/vendor/bootstrap/js/bootstrap.bundle.min.js
static/vendor/chartjs/chart.min.js
templates/base.html
templates/create_user.html
templates/dashboard.html
templates/edit_room.html
templates/edit_user.html
templates/login.html
templates/room_details_modal.html
templates/rooms.html
templates/spaces.html
templates/user_media.html
templates/users.html
templates/users_media.html
tests/test_ci.py
tests/test_minimal.py
tests/test_security.py
utils/__init__.py
utils/api_client.py
utils/i18n.py
utils/logger.py