Metadata-Version: 1.0
Name: django-shop-netaxept
Version: 0.8.beta.0
Summary: This is a payment module for django-shop using Netaxept
Home-page: http://github.com/fivethreeo/django-shop-netaxept/
Author: Oyvind Saltvik
Author-email: oyvind.saltvik@gmail.com
License: UNKNOWN
Description: ====================
        django-shop-netaxept
        ====================
        
        A payment module for django-shop using Netaxept
        
        Installation
        ------------
        
        For the development version:
        
        ::
        
        pip install -e git+git://github.com/fivethreeo/django-shop-netaxept.git#egg=django-shop-netaxept
        
        Configuration
        -------------
        
        Add ``djnetaxept`` and ``shop_netaxept`` to ``settings.INSTALLED_APPS`` and run:
        
        ::
        
        manage.py syncdb
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
