Skip to main content

A simple Django application that adds EVE Online entities and SSO methods

Project description

# django-eveonline-connector EVE Online connector for EVE entities like players, corporations, and alliances.

# installation install with pip3 install django-eveonline-connector

run migrations python3 manage.py migrate

load initial data python3 manage.py loaddata initial_scopes

# 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 1. Add django_eveonline_connector to your INSTALLED_APPS 2. Include the django_eveonline_connector URLs in your urls.py 3. Run python3 manage.py migrate to create the django_eveonline_connector models 4. Run python3 manage.py loaddata initial_scopes to 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 |

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-eveonline-connector-1.0.1.tar.gz (7.9 kB view hashes)

Uploaded Source

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