Skip to content

Getting Started¤

Installation¤

$ pip install meringue

Configuration¤

You can connect individual modules as needed (read more in the documentation of the corresponding module):

INSTALLED_APPS = (
    ...
    'meringue.core',
    ...
)

All settings for the library are specified inside the MERINGUE parameter (for more details, see the corresponding section):

MERINGUE = {
    ...
}

Last update: 2023-07-03 19:39:25+0000
Created: 2023-06-07 00:11:22+0000
Authors: dd