Aa-srp

Latest version: v2.0.2

Safety actively analyzes 634631 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 14

0.1.0beta.9

Added

- Mandatory reason on SRP reject
- Type hints to classes and functions

0.1.0beta.8

Fixed

- Filter dropdowns for character again -.-

0.1.0beta.7

Fixed

- Character portrait formatting
- zKillboard link with icon in request detail modal
- Filter dropdowns for character

0.1.0beta.6

Added

- Character portraits and ship icons

0.1.0beta.5

Changed

- Ship is now a proper EveType model instead of just a string

Important Update Instructions

**IMPORTANT**

If you update from v0.1.0-beta.4 or earlier, make sure to read carefully.

In this version, the way the SRP ship is handled has changed. It is no longer just a
simple string in the database, it is now a proper EveType model. So you have to do
some extra steps to migrate your data.

**This needs to be done right after you have updated AA SRP from a version prior
v0.1.0-beta.5.**

Step 1: Install EveUniverse

This should be done automatically with the update, but there is still a bit of
manual work to it. First you need to add the EveUniverse module to your
`INSTALLED_APPS` in your `loca.py`.

- Add `"eveuniverse",` to `INSTALLED_APPS`

Step 2: Static Collection and Migration

Now that EveUniverse is installed, you need to run the static collection and
migration. Remember to restart your supervisor afterward.

shell
python manage.py collectstatic


shell
python manage.py migrate


Restart your supervisor services for Auth

Step 3: Import Ship Information From ESI

This is where the magic happens. You're now ready to import the ship information
from ESI.

shell
python manage.py aasrp_load_eve


Step 4: Migrate Your SRP Data

Now that we have all the needed information, your SRP data needs to be updated. This
is just another simple command.

shell
python manage.py aasrp_update_db_relations

0.1.0beta.4

Fixed

- Permissions on "Edit AAR Link" view some ajax requests

Page 13 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.