swiftwind

User-friendly billing for communal households


Keywords
accounting, django
License
MIT
Install
pip install swiftwind==0.2.0

Documentation

SwiftWind

This readme has been autogenerated

https://travis-ci.org/adamcharnock/swiftwind.svg?branch=master https://coveralls.io/repos/github/adamcharnock/swiftwind/badge.svg?branch=master

Requirements

  • Django >= 1.8
  • Postgres >= 9.5
  • Python >=3.4

Installation

You can deploy directly to heroku using the swiftwind-heroku repository:

You can also deploy Swiftwind within you own Django project. Good examples of this are the example_project within this directory, and the separate swiftwind-heroku project.

Usage

Once installed you will need to run the following manage.py commands:

./manage.py migrate
./manage.py createsuperuser
./manage.py swiftwind_create_accounts

Docker compose

Swiftwind can be run using docker-compose. This will also provide the Postgres database server for you:

docker-compose run app ./manage.py migrate
docker-compose up

Credits

Developed by Adam Charnock. I'm a freelance developer, so do get in touch if you have a project.

swiftwind is packaged using seed.