Skip to main content

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)
```

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-steam-api-0.3.tar.gz (15.2 kB view details)

Uploaded Source

File details

Details for the file django-steam-api-0.3.tar.gz.

File metadata

File hashes

Hashes for django-steam-api-0.3.tar.gz
Algorithm Hash digest
SHA256 58bdc04017fe50c2944e629325e205a7c54b87df36cb9b6813ef4e8261e06e8b
MD5 012ee96add6f421c7ac2ab1e3869601a
BLAKE2b-256 45b675b4a648d00a5b4680c9f9457208073b5ed97015407daa642c39e7e3e200

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