mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
Add docs section about debug toolbar.
This commit is contained in:
parent
8e10664745
commit
011d39f32f
1 changed files with 6 additions and 0 deletions
|
|
@ -101,6 +101,12 @@ Make sure that the ``modeltranslation`` app is listed in your
|
|||
If you want to use the admin integration, ``modeltranslation`` must be put
|
||||
before ``django.contrib.admin``.
|
||||
|
||||
.. important::
|
||||
If you want to use the ``django-debug-toolbar`` together with `MT`, put ``debug_toolbar``
|
||||
as first entry in ``INSTALLED_APPS`` or use
|
||||
`explicit setup
|
||||
<http://django-debug-toolbar.readthedocs.org/en/latest/installation.html#explicit-setup>`_.
|
||||
|
||||
.. _settings-languages:
|
||||
|
||||
``LANGUAGES``
|
||||
|
|
|
|||
Loading…
Reference in a new issue