Skip to content

Getting Started¤

Installation¤

$ pip install meringue

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

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

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

MERINGUE = {
    ...
}

Last update: 2023-07-20 11:44:23+0000
Created: 2023-06-07 00:11:22+0000
Authors: dd