Metadata-Version: 1.0
Name: django-shop-postfinance
Version: 0.0.1
Summary: An postfinance payment backend
Home-page: http://www.django-shop.org/
Author: Christopher Glass
Author-email: tribaal@gmail.com
License: BSD License
Description: ========================
        django-shop-postfinance
        ========================
        
        This applicaiton is a postfinance backend for django-SHOP, or any other shop 
        system implementing its shop interface.
        
        Usage
        ======
        
        Add this project to your INSTALLED_APPS, and add 
        'shop_ppostfinance.offsite_postfinance.OffsitePostfinanceBackend' to django-SHOP's 
        SHOP_PAYMENT_BACKENDS setting.
        
        Todo
        =====
        
        Plenty of stuff is left to do! If you feel like giving a hand, please pick a task
        in the follwing list:
        
        * Add a model to store IPN results in the database in full.
        * Add a signal on_save() to this model, and only call shop.confirm_payment() 
          from there.
        * Port the shop API to other shop systems, so they can also easily use this 
          project as a backend. Examples include but are not limited to: plata, satchmo, 
          lfs
          
        Contributing
        =============
        
        Feel free to post any comment or suggestion for this project on the django-shop 
        mailing list or on #djanho-shop on freenode :)
Platform: OS Independent
