Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 365 Bytes

docs.rst

File metadata and controls

26 lines (16 loc) · 365 Bytes

Usage

Installation

Install from PyPI:

$ pip install django-authorizenet

Quickstart

Add authorizenet to INSTALLED_APPS in your settings file:

INSTALLED_APPS = (
    ...
    'authorizenet',
)