Management interface

The management interface offer administration settings under the /manage/ URL. It is available for users signed in with admin privileges, accessible by using the wrench icon top right:

../_images/support.webp

It includes basic overview of your Weblate:

Performance report

This page provides an overview of Weblate configuration and performance status.

Configuration errors indicate issues present in your environment. It covers missing optional dependencies (see Python dependencies), configuration issues or delayed processing of background tasks (see Background tasks using Celery).

System checks lists possible configuration issues. These can be silenced using SILENCED_SYSTEM_CHECKS, see also Deployment checklist.

Celery queues provides overview of Celery queues. These typically should be close to zero. The same can be obtained on the command line using celery_queues.

HTTP environment allows you to see HTTP environment observed by Weblate. This is useful when debugging reverse proxy configuration, see Running behind reverse proxy. HTTP headers shows complete HTTP request headers to provide additional information.

System encoding should list UTF-8 encoding in all processes. This needs to be configured in your system, see System locales and encoding.

Connectivity shows latencies to the database, cache, and Celery. This might be useful to diagnose connectivity issues.

../_images/performance-report.webp

Appearance customization

Added in version 4.4.

Note

The colors are currently used in both dark and light theme, so be careful when choosing them.

Colors, fonts, and page appearance can be customized here.

../_images/appearance-settings.webp

If you are looking for more customization, see Customizing Weblate.

The Django admin interface

Warning

Use with caution as this is a low level interface. You should not need it in most cases as most things are comfortably approachable through Weblate UI or API.

Here you can manage objects stored in the database, such as users, translations and other settings.

In the Reports section, you can check the status of your site, tweak it for Production setup, or manage SSH keys used to access Accessing repositories.

Use the Weblate UI or API for normal operations such as creating projects, creating components, managing users, or posting announcements.

Project and component creation

Projects and components are created from the regular Weblate UI. Projects serve as containers for translation components, and components can use bilingual or monolingual translation files. See Project configuration and Component configuration for the available settings, and Bilingual and monolingual formats for how bilingual and monolingual formats differ.