Cash-generator
is a Django + Mezzanine web application that
generates pretty PDF invoices from your GnuCash invoices.
- Django >= 1.4
- Mezzanine >= 1.2.4
- Reportlab >= 2.6
- PIL >= 1.1.7
- A web server capable of running Django applications (e.g. nginx + uWSGI, or Apache2 + mod_wsgi)
apt-get install python-pip python-dev python-imaging python-psycopg2
pip install mezzanine
- Install dependencies
- Install the correct database adapter according to the format of your GnuCash database
- Copy
local_settings.py.template
tolocal_settings.py
and fill out the blanks ./manage.py syncdb
- Running
./manage.py runserver