Skip to main content

Base models and admin for league-shop

Project description

league-shop-base

Base models and admin for league-shop

Installation

You can install the package via pip:

pip install league-shop-base

Add lsb to your INSTALLED_APPS.

    INSTALLED_APPS = [
        ...
        'lsb',
    ]

To specify top sold skin values parser, add the following settings:

LSB_SETTINGS = {
    'top_sold_skin_values': {
        'func': <dotted_module_string_path>,
        'args': <args>,
        'kwargs': <kwargs>
    }
}
For example:

LSB_SETTINGS = {
    'top_sold_skin_values': {
        'func': 'lsb.utils.skins.get_top_sold_skin_values',
        'args': [0, 150],
        'kwargs': {}
    }
}

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

league_shop_base-1.0.76.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

league_shop_base-1.0.76-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

Details for the file league_shop_base-1.0.76.tar.gz.

File metadata

  • Download URL: league_shop_base-1.0.76.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for league_shop_base-1.0.76.tar.gz
Algorithm Hash digest
SHA256 b2a06112f167210df43226cef84c7479f8b223274d6a0dbbc38a7af94c45079c
MD5 86b3e9e44fdf8fc908c7a27686474ff3
BLAKE2b-256 9e3c0acfec3debfd5d69ef73dace6f5e70a6caa734d4f6dfbc8116854cb75111

See more details on using hashes here.

File details

Details for the file league_shop_base-1.0.76-py3-none-any.whl.

File metadata

File hashes

Hashes for league_shop_base-1.0.76-py3-none-any.whl
Algorithm Hash digest
SHA256 23272592cacc3eb1df9e32a3e14fafdd119f91bbe825ac4134ac30993c83a155
MD5 3a2a8e81f276f1c856aa9313f9b5c41a
BLAKE2b-256 c44cd196fb5c6e620c0a413c2e821703a9e9a7dc72f1f8ca778c8d107773570e

See more details on using hashes here.

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