mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-11 10:42:15 +00:00
master
Remove Django 1.7 support
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
eveigbto yourINSTALLED_APPSin yoursettings.py - Add
eveigb.middleware.IGBMiddlewaretoMIDDLEWARE_CLASSES - Add
eveigb.context_processors.igbtoTEMPLATE_CONTEXT_PROCESSORSif 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 clientis_igb_trusted- Indicates if the client has trusted the site
Options
EVEIGB_SECURE_HEADERS- This will attempt to validate, as much as it can, the client as a IGB client.
Description
Languages
Python
99.5%
HTML
0.5%
