[CHANGE] Replace django-eveuniverse with django-eveonline-sde#98
Merged
[CHANGE] Replace django-eveuniverse with django-eveonline-sde#98
django-eveuniverse with django-eveonline-sde#98Conversation
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## master #98 +/- ##
==========================================
- Coverage 65.90% 63.97% -1.92%
==========================================
Files 28 30 +2
Lines 1296 1421 +125
Branches 124 137 +13
==========================================
+ Hits 854 909 +55
- Misses 410 479 +69
- Partials 32 33 +1
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Warning
Please note that this release involves structural dependency changes.
To avoid any service disruptions, it is essential to read the update manual prior to performing the upgrade.
Update Instructions
After isntalling this version, you need to modify
INSTALLED_APPSin yourlocal.pyAdd the following new task to ensure the SDE data is kept up to date.
Due to the new R2Z2 endpoints, we need to replace the existing Celery task. Therefore, add the following new task to ensure that the killmails continue to be updated
After running migrations, make sure to run the following commands to import the SDE data into your database.
Restart your Auth via
supervisorafter running these commandsAdded
django-eveonline-sdedependencyChanged
django-eveuniversewithdjango-eveonline-sdeRemoved
allianceauth-app-utilsdependencydjango-eveuniversedependencyType of Changes
Please select the type of changes made in this pull request:
Checklist
Please ensure the following before submitting your pull request: