The administration panel of Modoboa.
Installation
Install this extension system-wide or inside a virtual environment by running the following command:
$ pip install modoboa-admin
Edit the settings.py file of your modoboa instance and add modoboa_admin inside the MODOBOA_APPS variable like this:
MODOBOA_APPS = ( 'modoboa', 'modoboa.core', 'modoboa.lib', # Extensions here 'modoboa_admin', )
Run the following commands to setup the database tables:
$ cd <modoboa_instance_dir> $ python manage.py migrate modoboa_admin $ python manage.py load_initial_data
Finally, restart the python process running modoboa (uwsgi, gunicorn, apache, whatever).
Release files for modoboa-admin 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| modoboa-admin-1.1.2.tar.gz | 147.9 kB | Details |
Release files / modoboa-admin-1.1.2.tar.gz
| Download URL | modoboa-admin-1.1.2.tar.gz |
|---|---|
| Size | 147.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2b31768d67a63e1f76a1ef416dc03727440c6ff308cc36af3da00cda31f96e41
|
|
BLAKE2b-256 checksum How to use checksums |
16211948ba059fd11085a9b45fdbcbd1e5a8d1e0c89aa9eb642cd595be942efd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |