Skip to main content

An extensible wallet package for quick integration into your Django project.

Project description

THIS PACKAGE IS UNDER DEVELOPMENT, DO NOT USE IN PRODUCTION

django-advanced-wallet

Summary An extensible wallet package for quick integration into your Django project.
Django Packages packages/django-initials-avatar

"Buy Me A Coffee"

Installing

First add the application to your Python path. The easiest way is to use pip:

pip install django-advanced-wallet

Check the Release History tab on the PyPI package page for pre-release versions. These can be downloaded by specifying the version.

You can also install by downloading the source and running:

python setup.py install

Configuring

Make sure you have add the django_advanced_wallet application to your INSTALLED_APPS list:

INSTALLED_APPS = (
    ...
    'django_advanced_wallet',
)

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_advanced_wallet-0.0.2.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

django_advanced_wallet-0.0.2-py3-none-any.whl (14.4 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