Skip to main content

Uma aplicação django para comunicar com o gateway de pagamento Gerencianet

Project description

=====
Gerencianet
=====

Gerencianet is a simple Django app to make the integration with the GerenciaNet payment Gateway.

Quick start
-----------

1. Add "gerencianet" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'gerencianet',
)

2. Include the base gerencianet URLconf in your project urls.py like this::

url(r'^gerencianet/', include('gerencianet.urls')),

3. Run `python manage.py migrate` to create the gerencianet models.
OBS. If you get some errors like "gerencianet_paymentlog already exists", try to fake the initial migration for the model. Ex: python manage.py migrate gerencianet --fake-initial

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page