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.77.tar.gz (20.4 kB view details)

Uploaded Source

Built Distribution

league_shop_base-1.0.77-py3-none-any.whl (37.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: league_shop_base-1.0.77.tar.gz
  • Upload date:
  • Size: 20.4 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.77.tar.gz
Algorithm Hash digest
SHA256 eaaef6416ff914803f9305b6a11db165617db7548b36b1ca78dc819ef57e73a5
MD5 e12fb2ca7773fe51d2b0561dcb8964ab
BLAKE2b-256 8d3458e7e11acfd26e384f0abc77b6405022e4558c3e7217c9261951edbe89fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for league_shop_base-1.0.77-py3-none-any.whl
Algorithm Hash digest
SHA256 d6f24adbeed9c1366b4004e51832ba67ec2fc738b0b861f76c6bd67168b58b45
MD5 49eff2d365f153d398fae3eeaa9715d2
BLAKE2b-256 1daa8fe1244073b4313c1a40c8c3631334b67b2c1c419f8f02d9cc94183be7d0

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