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 |
Release files for django-eveonline-connector 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-eveonline-connector-1.0.2.tar.gz | 7.8 kB | Details |
Release files / django-eveonline-connector-1.0.2.tar.gz
| Download URL | django-eveonline-connector-1.0.2.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ab7d1a842575e00fc2487d8a3271b54eb8d4fe4ec5e8f4cbe2f2d54ce28b4b7
|
|
BLAKE2b-256 checksum How to use checksums |
5561c06302733ac3c77a7ab970e098c1bfde47b78271a50100f2777c28ba022a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|