Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

TK-IT/regnskab

Repository files navigation

Moved to new repository

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.

Regnskab

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.

Apache configuration

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}