Add 'bx_py_utils' to INSTALLED_APPS to activate translations from this package

pull/4/head
JensDiemer 2020-10-17 18:32:47 +02:00
rodzic b8548e5616
commit 5c0cebf84e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -39,7 +39,8 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.sites',
'debug_toolbar', # https://github.com/jazzband/django-debug-toolbar/
'debug_toolbar', # https://github.com/jazzband/django-debug-toolbar
'bx_py_utils', # https://github.com/boxine/bx_py_utils
'import_export', # https://github.com/django-import-export/django-import-export
'ckeditor', # https://github.com/django-ckeditor/django-ckeditor
'reversion', # https://github.com/etianen/django-reversion