Configurationsยค
All settings for Meringue are set inside the MERINGUE
parameter of the django settings, and in the project settings it looks something like this:
Library settings can be accessed as follows:
>>> from meringue.conf import m_settings
>>> print(m_settings.UPLOAD_RENAME_HANDLER)
<function rename_handler at 0x7f5772d5ec00>
A complete and up-to-date list of parameters can be found here.
Authors: