This repository is abandoned!
Future development happens in the web repository in the two app directories:
The old README below may be of historical interest to you, however.
To start, create regnskabsite/settings/__init__.py
with the following contents:
from .common import *
DEBUG = True
SECRET_KEY = r'''fill me in from pwgen -sy 50 1'''
... where you use pwgen -sy 50 1
to create a random secret key.
Note that running SciPy in Apache and mod_wsgi
requires
running in the global WSGI application group.
Use the following directive in your Apache WSGI configuration:
WSGIApplicationGroup %{GLOBAL}