This library/application allows you to make use of EVE's in-game browser and most of the features available within it.
- Install the package with
setup.py
- Add
eveigb
to yourINSTALLED_APPS
in yoursettings.py
- Add
eveigb.middleware.IGBMiddleware
toMIDDLEWARE_CLASSES
- Add
eveigb.context_processors.igb
toTEMPLATE_CONTEXT_PROCESSORS
if you wish to make use of the template variables
The context processor makes a few variables available in your templates:
is_igb
- Indicates if the client is a EVE IGB clientis_igb_trusted
- Indicates if the client has trusted the site
EVEIGB_SECURE_HEADERS
- This will attempt to validate, as much as it can, the client as a IGB client.