https://github.com/rbas/django-fiobank
Django-app for managing and processing Fio Bank transaction.
https://github.com/rbas/django-fiobank
Last synced: 13 days ago
JSON representation
Django-app for managing and processing Fio Bank transaction.
- Host: GitHub
- URL: https://github.com/rbas/django-fiobank
- Owner: rbas
- License: isc
- Created: 2013-08-10T21:42:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T13:10:12.000Z (about 11 years ago)
- Last Synced: 2025-12-28T11:26:07.558Z (6 months ago)
- Language: Python
- Size: 289 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============
Django fiobank
==============
Django-app for managing and processing Fio Bank transaction.
.. image:: https://dl.dropboxusercontent.com/u/4077968/admin.png
Required
--------
* `fiobank `_
* `pygal `_ (required system packages libxml2-dev
libxslt1-dev)
* For testing `mock `_
Installation
------------
1. Get and install the code::
git clone git@github.com:rbas/django-fiobank.git
cd django-fiobank
python setup.py install
or install via pip::
pip install django_fiobank
2. Add 'django_fiobank' to INSTALLED_APPS
3. Run django migration::
./manage.py migrate django_fiobank
Usage
-----
Run django in your browser and register Accounts and token for `Fio Bank Api `_.
Downloading a save your bank transaction::
./manage.py fiodownload
Notification when the token expiration::
./manage.py fiochecktokentimevalidity
Set this command as daily cron job.
Use **django.post_save** signal on model **Transaction** for couple your
invoice.
For further information read code.
License: ICS
------------
© 2013 Martin Voldrich
This work is licensed under `ISC license `_.