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.78.tar.gz
(20.5 kB
view details)
Built Distribution
File details
Details for the file league_shop_base-1.0.78.tar.gz
.
File metadata
- Download URL: league_shop_base-1.0.78.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd8ddef8fa4a9370b9b4a34cdff45d29910cf1fcf14b228e4f0e5394b76d432d |
|
MD5 | b9a6ddd56ca8fd33c3f2a273b05f237d |
|
BLAKE2b-256 | d9d7f93e7aa2873c7899ee7144d85c8cfc6b26597f3b7caccbd1f44c5138b9d7 |
File details
Details for the file league_shop_base-1.0.78-py3-none-any.whl
.
File metadata
- Download URL: league_shop_base-1.0.78-py3-none-any.whl
- Upload date:
- Size: 37.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0a295fb59302afef8942314350bf4cdb958d56524c86a3acbff4e1b343422a8 |
|
MD5 | a1f945845f4092b81301dd47914c55fa |
|
BLAKE2b-256 | efa62c2d812efb1c06b7b534349cc7ae4809d687c8567dbea82f30566082bbd6 |