X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2f9cb34a07fcd98effda2fa900e48c31813f14c8..1be8522e57289f6eafdb8c1bf73532b2c0f4e3e0:/redakcja/settings/common.py?ds=inline diff --git a/redakcja/settings/common.py b/redakcja/settings/common.py index 2989c1bb..b5e7f097 100644 --- a/redakcja/settings/common.py +++ b/redakcja/settings/common.py @@ -125,6 +125,7 @@ INSTALLED_APPS = ( #'kombu.transport.django', 'fileupload', 'pipeline', + 'modeltranslation', 'catalogue', 'cover', @@ -135,6 +136,7 @@ INSTALLED_APPS = ( #'apiclient', 'email_mangler', 'build', + 'attachments', 'django_forms_bootstrap', 'forms_builder.forms',