Steam api models for django.
Project description
# django-steam-api
Steam api models for django
## Installation
```
pip install django_steam_api
```
## Configuration
First install the app and set your Steam API key :
```
INSTALLED_APPS = (
//...
'django_steam_api',
//...
)
STEAM_API_KEY = 'YOURSTEAMAPIKEY'
```
Then update database scheme :
```
./manage.py migrate
```
## Usage
Import models and use custom objects methods to populate the databse.
Currently :
```
Player.objects.steam_create(id)
```
Steam api models for django
## Installation
```
pip install django_steam_api
```
## Configuration
First install the app and set your Steam API key :
```
INSTALLED_APPS = (
//...
'django_steam_api',
//...
)
STEAM_API_KEY = 'YOURSTEAMAPIKEY'
```
Then update database scheme :
```
./manage.py migrate
```
## Usage
Import models and use custom objects methods to populate the databse.
Currently :
```
Player.objects.steam_create(id)
```
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
django-steam-api-0.1.tar.gz
(15.2 kB
view details)
File details
Details for the file django-steam-api-0.1.tar.gz
.
File metadata
- Download URL: django-steam-api-0.1.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edc34222dd76fec49e5af8a4ef7bc4b8371fb130b22ff97d7c451fbc2d8679b3 |
|
MD5 | 9ac8a16e6455a346ba6edd105f1b1558 |
|
BLAKE2b-256 | d2486fd82c1c6fe7c42c9da19559cb06c8042ab5c787611f7db96b8608c0aeb8 |