معرفی شرکت ها


aa-esi-status-1.7.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple status monitor for ESI
ویژگی مقدار
سیستم عامل -
نام فایل aa-esi-status-1.7.2
نام aa-esi-status
نسخه کتابخانه 1.7.2
نگهدارنده ['Peter Pfeufer']
ایمیل نگهدارنده ['develop@ppfeufer.de']
نویسنده Peter Pfeufer
ایمیل نویسنده develop@ppfeufer.de
آدرس صفحه اصلی https://github.com/ppfeufer/aa-esi-status
آدرس اینترنتی https://pypi.org/project/aa-esi-status/
مجوز GPL-3.0
# AA ESI Status [![Version](https://img.shields.io/pypi/v/aa-esi-status?label=release)](https://pypi.org/project/aa-esi-status/) [![License](https://img.shields.io/github/license/ppfeufer/aa-esi-status)](https://github.com/ppfeufer/aa-esi-status/blob/master/LICENSE) [![Python](https://img.shields.io/pypi/pyversions/aa-esi-status)](https://pypi.org/project/aa-esi-status/) [![Django](https://img.shields.io/pypi/djversions/aa-esi-status?label=django)](https://pypi.org/project/aa-esi-status/) ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white) [![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](http://black.readthedocs.io/en/latest/) [![Discord](https://img.shields.io/discord/790364535294132234?label=discord)](https://discord.gg/zmh52wnfvM) [![Checks](https://github.com/ppfeufer/aa-esi-status/actions/workflows/automated-checks.yml/badge.svg)](https://github.com/ppfeufer/aa-esi-status/actions/workflows/automated-checks.yml) [![codecov](https://codecov.io/gh/ppfeufer/aa-esi-status/branch/main/graph/badge.svg?token=1PCUZRGPBT)](https://codecov.io/gh/ppfeufer/aa-esi-status) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/ppfeufer/aa-esi-status/blob/master/CODE_OF_CONDUCT.md) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N8CL1BY) App for Alliance Auth to show the current status of ESI and its end points. ![AA ESI Status](https://raw.githubusercontent.com/ppfeufer/aa-esi-status/main/esistatus/docs/aa-esi-status.jpg) ## Contents - [Installation](#installation) - [Updating](#updating) - [Change Log](CHANGELOG.md) ## Installation **Important**: This app is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (see the official [AA installation guide](https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html) for details) ### Step 1 - Install app Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the latest version: ```bash pip install aa-esi-status ``` ### Step 2 - Update your AA settings Configure your AA settings (`local.py`) as follows: - Add `'esistatus',` to `INSTALLED_APPS` ### Step 3 - Finalize the installation Run migrations & copy static files ```bash python manage.py collectstatic python manage.py migrate ``` Restart your supervisor services for AA ### Step 4 - Setup permissions Now you can setup permissions in Alliance Auth for your users. Add ``esistatus|esi status|Can access ths app`` to the states and/or groups you would like to have access. ## Updating To update your existing installation of AA Time Zones first enable your virtual environment. Then run the following commands from your AA project directory (the one that contains `manage.py`). ```bash pip install -U aa-esi-status ``` ```bash python manage.py collectstatic ``` ```bash python manage.py migrate ``` Now restart your AA supervisor services.


نیازمندی

مقدار نام
>=3.0.0 allianceauth
>=1.12.0 allianceauth-app-utils


زبان مورد نیاز

مقدار نام
~=3.8 Python


نحوه نصب


نصب پکیج whl aa-esi-status-1.7.2:

    pip install aa-esi-status-1.7.2.whl


نصب پکیج tar.gz aa-esi-status-1.7.2:

    pip install aa-esi-status-1.7.2.tar.gz