2015-01-29 09:34:40 +00:00
2013-10-13 21:01:46 +01:00
2015-01-29 09:32:32 +00:00
2012-03-03 15:44:19 +00:00
2013-10-13 21:10:05 +01:00
2015-01-29 09:27:18 +00:00

Django-EVEIGB

This library/application allows you to make use of EVE's in-game browser and most of the features available within it.

Build Status

Installation

  1. Install the package with setup.py
  2. Add eveigb to your INSTALLED_APPS in your settings.py
  3. Add eveigb.middleware.IGBMiddleware to MIDDLEWARE_CLASSES
  4. 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

Options

  • EVEIGB_SECURE_HEADERS - This will attempt to validate, as much as it can, the client as a IGB client.
Description
No description provided
Readme BSD-3-Clause 116 KiB
Languages
Python 99.5%
HTML 0.5%