Django EVE Online Connector
Django EVE Online Connector is a simple Django application that adds models, urls, and Celery tasks to help manage EVE Online entities (characters, corporations, alliances) and ESI SSO.
Installation
- Add
django_eveonline_connectorto your INSTALLED_APPS - Include the django_eveonline_connector URLs in your urls.py
- Run
python3 manage.py migrateto create the django_eveonline_connector models - Run
python3 manage.py loaddata initial_scopesto load the initial ESI scopes
Provided URLs
| URL Name | Description |
|---|---|
| django-eveonline-connector-sso-callback | The callback url for SSO tokens (sso/callback) |
| django-eveonline-connector-sso-token-add | Redirects users to the SSO login for EVE Online |
| django-eveonline-connector-sso-token-remove | Removes an SSO token (expects kwarg pk) |
Provided Celery Tasks
| Task Name | Action |
|---|---|
| update_characters() | Updates information for all EveCharacter objects |
| update_corporations() | Updates information for all EveCorporation objects |
| update_alliances() | Updates information for all EveAlliance objects |
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-eveonline-connector-1.0.2.tar.gz.
File metadata
- Download URL: django-eveonline-connector-1.0.2.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ab7d1a842575e00fc2487d8a3271b54eb8d4fe4ec5e8f4cbe2f2d54ce28b4b7
|
|
| MD5 |
7d95f81c67f69491398115eb7de00576
|
|
| BLAKE2b-256 |
5561c06302733ac3c77a7ab970e098c1bfde47b78271a50100f2777c28ba022a
|