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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-gerencianet-0.1.4.tar.gz.
File metadata
- Download URL: django-gerencianet-0.1.4.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d61a1e904ab7019eebbc70eb5fc7ec4ffbf98175c659ca46fd041fc867463b8
|
|
| MD5 |
9fc7824965afbcc44ff34c5d44f09446
|
|
| BLAKE2b-256 |
d705ee79273c145bff5fe93a0d1d4ce49684fe45f680a2981dba8d89ea780fff
|