GithubHelp home page GithubHelp logo

django-fiobank's Introduction

Django fiobank

Django-app for managing and processing Fio Bank transaction.

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 [email protected]:rbas/django-fiobank.git
    cd django-fiobank
    python setup.py install
    

or install via pip:

pip install django_fiobank
  1. Add 'django_fiobank' to INSTALLED_APPS

  2. 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 <[email protected]>

This work is licensed under ISC license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.