Django models to make a sysadmins life easier
Project description
Installation
with pip as easy as:
$ pip install django-sysadmin
or checkout the latest version from github:
$ git clone https://github.com/bmaeser/django-sysadmin.git $ cd django-sysadmin $ python setup.py install
Modules
Postfix
Dependencies
for virtual_mailbox_domains, virtual_mailbox_maps and virtual_alias_maps you need your postfix to be configured to use your prefered database. on ubuntu the necessary packages are:
WARNING: all passwords for sasl2 authentication are stored in PLAINTEXT.
for mysql support
$ apt-get install postfix-mysql
or for postgresql support
$ apt-get install postfix-pgsql
sasl2 authentication against a database needs
$ apt-get install libsasl2-2 libsasl2-modules libsasl2-modules-sql
in sample-config you find some templates for your postfix configuration against postgresql
Usage
add django_sysadmin.postfix to installed apps in your django settings.ps
INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.staticfiles', 'django.contrib.admin', 'django_sysadmin.postfix', <--- )
fire up your admin and you are done.
Project details
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 django-sysadmin-0.3.tar.gz
.
File metadata
- Download URL: django-sysadmin-0.3.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e1327a8dc038bef6930bdae12dd95bc6208bc8aad4bde6443e2ab4c97fa120a |
|
MD5 | a037c3ad9901bafd84e032174a829e1b |
|
BLAKE2b-256 | 8f62f948beeff85e87b9a7779d40ab7aba70e20e10d0bacb293a04d5d9a53166 |