Skip to content

Use app configs

Thom Wiggers requested to merge use_app_configs into master

The Django docs recommend to specify the AppConfig explicitly in the INSTALLED_APPS setting: https://docs.djangoproject.com/en/2.0/ref/applications/#for-application-authors.

This MR also completes the translations, some of which were lacking.

Merge request reports