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)
my_project.upload_handlers.rename_handler
A complete and up-to-date list of parameters can be found here.
Last update:
2023-06-16 22:44:07+0000
Created: 2023-06-10 21:15:30+0000
Created: 2023-06-10 21:15:30+0000
Authors: