Skip to main content

A Django app to manage idpay.

Project description

mmdidpay is a Django app to create pay link by IDPay and Manage transaction and following up them

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “mmdidpay” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'mmdidpay',
    ]
  2. Include the mmdidpay URLconf in your project urls.py like this:

    path('mmdidpay/', include('mmdidpay.urls')),
  3. Run python manage.py migrate to create the mmdtransaction models.

  4. Visit http://127.0.0.1:8000/mmdidpay/ to participate in the mmdidpay.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

mmdidpay-0.1.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

mmdidpay-0.1-py3-none-any.whl (1.6 kB view hashes)

Uploaded Python 3

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