Per administrator limits for Modoboa
Project description
Per administrator limits for Modoboa.
Installation
Install this extension system-wide or inside a virtual environment by running the following command:
$ pip install modoboa-admin-limits
Edit the settings.py file of your modoboa instance and add modoboa_admin_limits inside the MODOBOA_APPS variable like this:
MODOBOA_APPS = ( 'modoboa', 'modoboa.core', 'modoboa.lib', # Extensions here 'modoboa_admin', 'modoboa_admin_limits', )
Run the following commands to setup the database tables:
$ cd <modoboa_instance_dir> $ python manage.py migrate modoboa_admin_limits $ python manage.py load_initial_data
Finally, restart the python process running modoboa (uwsgi, gunicorn, apache, whatever).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file modoboa-admin-limits-1.0.2.tar.gz
.
File metadata
- Download URL: modoboa-admin-limits-1.0.2.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a5db151c63715952c186067ed8ddbf66d8d40987eec1abac532e0aa39bd208f |
|
MD5 | a7c185551b6a8e002a2b943368f7f560 |
|
BLAKE2b-256 | baf63af1d15887c08bbd2877a042eb890cd36c2ef18dbfba49c81afdb12582c0 |