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.
Release files for django-sysadmin 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-sysadmin-0.3.tar.gz | 6.4 kB | Details |
Release files / django-sysadmin-0.3.tar.gz
| Download URL | django-sysadmin-0.3.tar.gz |
|---|---|
| Size | 6.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e1327a8dc038bef6930bdae12dd95bc6208bc8aad4bde6443e2ab4c97fa120a
|
|
BLAKE2b-256 checksum How to use checksums |
8f62f948beeff85e87b9a7779d40ab7aba70e20e10d0bacb293a04d5d9a53166
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |