KryptedGaming / django-eveonline-connector

Django extension that adds entity models, SSO views, and celery tasks to interact with the #1 sci-fi sandbox MMO.
https://pypi.org/project/django-eveonline-connector/
MIT License
1 stars 1 forks source link

EveData objects should filter from pools of objects with a valid token #35

Open porowns opened 3 years ago

porowns commented 3 years ago

After we lose a token for a character, their information can get out of sync (e.g contracts). We should add a Manager object so that we only get valid data objects.