=====
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
Release files for django-gerencianet 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-gerencianet-0.1.4.tar.gz | 6.3 kB | Details |
Release files / django-gerencianet-0.1.4.tar.gz
| Download URL | django-gerencianet-0.1.4.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1d61a1e904ab7019eebbc70eb5fc7ec4ffbf98175c659ca46fd041fc867463b8
|
|
BLAKE2b-256 checksum How to use checksums |
d705ee79273c145bff5fe93a0d1d4ce49684fe45f680a2981dba8d89ea780fff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |