OpenSolaris SMF Django Daemon Script
This is the manifest for being able to start django daemons via django-admin. A sample instance ('signet') is included.
- fcgi
- smf
- fastcgi
- opensolaris
- osol
- scgi
- ajp
This is the manifest for being able to start django daemons via django-admin. A sample instance ('signet') is included.
Authentication backend for Simple Machines Forum user database. Needs one setting in `settings.py`: SMF_PREFIX = 'smf' This is prefix of SMF tables. This shippet assumes that they are in the same database. There is one more optional setting: SMF_GROUP = 1 If set, will allow only users from group with given id. May be used to allow access to admin page only for moderators.
2 snippets posted so far.