Use app configs
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.