Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

modoboa-admin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modoboa-admin

The administration panel of Modoboa

  • 1.1.2
  • PyPI
  • Socket score

Maintainers
1

modoboa-admin

|travis| |codecov| |landscape|

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).

.. |landscape| image:: https://landscape.io/github/modoboa/modoboa-admin/master/landscape.svg?style=flat :target: https://landscape.io/github/modoboa/modoboa-admin/master :alt: Code Health .. |travis| image:: https://travis-ci.org/modoboa/modoboa-admin.png?branch=master :target: https://travis-ci.org/modoboa/modoboa-admin .. |codecov| image:: http://codecov.io/github/modoboa/modoboa-admin/coverage.svg?branch=master :target: http://codecov.io/github/modoboa/modoboa-admin?branch=master

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc