X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2f9cb34a07fcd98effda2fa900e48c31813f14c8..db06ae78aac8e159e731524fc8588e7ad6945e20:/redakcja/settings/common.py 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',