mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-18 12:09:21 +00:00
d97bf17f4576110e5114028273c954524a478af9
Update header mapping for missing Ship, System, and Faction headers.
Django-EVEIGB
This library/application allows you to make use of EVE's in-game browser and most of the features available within it.
Installation
- Install the package with setup.py
- Add 'eveigb' to your INSTALLED_APPS in your settings.py
- Add eveigb.middleware.IGBMiddleware to MIDDLEWARE_CLASSES
- Add eveigb.context_processors.igb to TEMPLATE_CONTEXT_PROCESSORS if you wish to make use of the template variables
Usage
The context processor makes a few variables available in your templates:
- is_igb - Indicates if the client is a EVE IGB client
- is_igb_trusted - Indicates if the client has trusted the site
Description
Languages
Python
99.5%
HTML
0.5%