https://github.com/kimtore/cash-generator
https://github.com/kimtore/cash-generator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kimtore/cash-generator
- Owner: kimtore
- License: bsd-2-clause
- Created: 2012-12-14T13:17:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T22:34:48.000Z (over 10 years ago)
- Last Synced: 2025-03-17T16:06:46.491Z (about 2 months ago)
- Language: Python
- Size: 273 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cash-generator
==============
Cash-generator
is a Django + Mezzanine web application that
generates pretty PDF invoices from your GnuCash invoices.Requirements
------------* 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 mezzanineQuick installation
------------------* Install dependencies
* Install the correct database adapter according to the format of your GnuCash
database
* Copylocal_settings.py.template
to
local_settings.py
and fill out the blanks
*./manage.py syncdb
* Running./manage.py runserver