django-Systemadministrator ist eine App, die Django-Modelle bietet, um eine Systemadministratoren das Leben leichter.
Installation
mit pip so einfach wie:
& Nbsp; pip installieren django-Systemadministrator
oder die aktuelle Version auschecken von Github:
& Nbsp; git clone https://github.com/bmaeser/django-sysadmin.git
& Nbsp; cd django-Systemadministrator
& Nbsp; python setup.py
Module
Postfix
Abhängigkeiten
für virtual_mailbox_domains, virtual_mailbox_maps und virtual_alias_maps Sie Ihre Postfix so konfiguriert, um Ihre bevorzugte Datenbank verwenden werden. auf Ubuntu die notwendigen Pakete sind:
für MySQL-Unterstützung
& Nbsp; apt-get install postfix-mysql
oder für die PostgreSQL-Unterstützung
& Nbsp; apt-get install postfix-pgsql
sasl2 Authentifizierung anhand einer Datenbank Bedürfnisse
& Nbsp; apt-get install libsasl2-2 libsasl2-Module libsasl2-modules-SQL-
in sample-config Sie einige Vorlagen für Ihre Postfix-Konfiguration gegen postgresql zu finden
Verwendung
hinzu django_sysadmin.postfix zu installierten Anwendungen in Ihrem django settings.ps
INSTALLED_APPS = (
& Nbsp; "django.contrib.auth ',
& Nbsp; "django.contrib.contenttypes ',
& Nbsp; "django.contrib.sessions ',
& Nbsp; "django.contrib.staticfiles ',
& Nbsp; "django.contrib.admin ',
& Nbsp; "django_sysadmin.postfix ', <---
)
. starten Sie Ihren Administrator und Sie sind fertig
Anforderungen :
- Python
- Django
Kommentare nicht gefunden