Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 367 Bytes

INSTALL.rst

File metadata and controls

24 lines (14 loc) · 367 Bytes

INSTALLATION

Install

from tarball/git:

$ tar -xzf swingtix-bookkeeper.tar.gz
$ cd swingtix-bookkeeper
$ python ./setup.py install

from pip:

$ pip install swingtix-bookkeeper

Configure

  1. in your project's settings.py, add "swingtix.bookkeeper" to INSTALLED_APPS
  2. run ./manage.py syncdb