Fittings
A simple fittings and doctrine management application.
Fittings
A simple fittings and doctrine management app for allianceauth.
Contents
Overview
This plugin serves as a replacement for the now defunct fleet-up service integration. It allows you to create and manage ship fits and doctrines all in a central location for your members to browse.
Key Features
Fittings offers the following features:
- Support for importing fittings using the EFT format.
- Support for pulling fits from ESI Coming Soon
- Support for exporting fits as EFT format.
- Support for saving fits to EVE via ESI.
- Support for copying fits for use with Buy All.
- Categorization of your fittings and doctrines to keep things organized and easy to manage.
- Access to categories can be restricted to specific groups.
- Tracks changes to module names.
- AA-Discordbot Integration for searching/posting fits to discord
Screenshots
Dashboard/Doctrine List
Add Fitting
Fitting List
View Fitting
Add Doctrine
View Doctrine
Add a Category
View all Categories
View a Category
Installation
0. Check your MariaDB version
Though AllianceAuth and most of the community plugins available for it work just fine on MariaDB versions in the 10.3 and 10.4 range, this plugin requires version 10.5 or greater.
For instructions on installing newer versions of MariaDB please refer to their documentation here
1. Install App
Install the app into your allianceauth virtual environment via PIP.
$ pip install fittings
2. Configure AA settings
Configure your AA settings (local.py
) as follows:
- Add
'eveuniverse',
and'fittings',
toINSTALLED_APPS
- Add these line to the bottom of the settings file to have module name updates
3. Finalize Install
Run migrations and copy static files.
$ python manage.py migrate
$ python manage.py collectstatic
Restart your supervisor tasks.
4. Populate Types
Now that fittings has transitioned to using django-eveuniverse to handle static data this step is optional.
You can choose to run the following command to preload the type information for most ships and modules in the game, or you can skip this step and let them be created on an as-needed basis.
Keep in mind that running this command will take a while but will save you time later, if you do not run this command adding fits may take some time if they contain new types.
$ python manage.py fittings_preload_data
Updating
To update your existing installation of Fittings first enable your virtual environment.
Then run the following commands from your allianceauth project directory (the one that contains manage.py
).
$ pip install -U fittings
$ python manage.py migrate
$ python manage.py collectstatic
Lastly, restart your supervisor tasks.
Note: Be sure to follow any version specific update instructions as well. These instructions can be found on the Tags
page for this repository.
Settings
Setting | Default | Description |
---|---|---|
FITTINGS_AADISCORDBOT_INTEGRATION |
True |
Enables the AADiscordbot cog |
Permissions
Permission | Description |
---|---|
fitting.access_fittings |
This permission gives users access to the plugin. |
doctrine.manage |
User can add/delete ship fits and doctrines. |
Active Developers
No reviews yet...
Python Requirements
- allianceauth>=3.0.0
- django-bootstrap-form
- django-model-utils>=3.1.1
- django-esi>=2.0.0
- django-eveuniverse>=0.18.0
- typing; python_version == "3.8"
Required Python packages to be installed and other Python requirement.
App Dependencies
Required apps:
Used by apps:
Dependencies to other apps registered in this app directory.
Classifiers
- Environment :: Web Environment
- Framework :: Django
- Framework :: Django :: 3.2
- Framework :: Django :: 4.0
- Framework :: Django :: 4.1
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: POSIX :: Linux
- Programming Language :: Python
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Topic :: Internet :: WWW/HTTP
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
Version
2.0.5
License
GPLv3
Homepage
https://gitlab.com/colcrunch/fittings
PyPI
https://pypi.org/project/fittings/
Last updated
1 year, 6 months ago
First published
4 years, 11 months ago
Category
Plugin Apps
Rating
-Authors
Col Crunch
Maintainers
Col Crunch
Please login to see more options.