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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-gerencianet-0.1.4.tar.gz (6.3 kB view details)

Uploaded Source

File details

Details for the file django-gerencianet-0.1.4.tar.gz.

File metadata

File hashes

Hashes for django-gerencianet-0.1.4.tar.gz
Algorithm Hash digest
SHA256 1d61a1e904ab7019eebbc70eb5fc7ec4ffbf98175c659ca46fd041fc867463b8
MD5 9fc7824965afbcc44ff34c5d44f09446
BLAKE2b-256 d705ee79273c145bff5fe93a0d1d4ce49684fe45f680a2981dba8d89ea780fff

See more details on using hashes here.

Supported by

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