Andrew Williams f64f31deda Save the EVEAccount instance before attempting to add characters to it.
Since Django 1.2, the ORM needs to know what database the object belongs in before additions to their M2M fields. Saving the record before the character import solves the problem.
2010-11-04 12:51:11 +00:00
2010-11-03 11:16:56 +00:00
2010-11-03 11:16:56 +00:00
2010-02-23 10:16:25 +00:00
2010-10-29 17:24:42 +01:00
2010-11-03 11:18:02 +00:00
2010-10-25 14:32:59 +01:00
2010-03-09 21:44:26 +00:00
2010-11-04 12:34:30 +00:00

REQUIREMENTS
------------

Use ./setup-env.sh to setup the virtualenv for Auth, you'll also need the following packages (as named on Debian):

python-zeroc-ice (ZeroC ICE Bindings for Python, only needed if you are using Mumble connecitivty)
python-imaging (PIL)
python-mysqldb (MySQL connectors for Python)
python-crypto (SSL and related stuff for Django)

RUNNING
-------

For live envs, use ./start.sh, which runs a FCGI instance on port 9981.

For dev, use ./manage.py runserver <ip>:<port>, after loading the virtualenv

DB SETUP
--------

Copy over dbsettings.py.example and modify to your needs.


MUMBLE SETUP
------------

If you are using the Mumble SSO connector, then please copy over your Murmur.ice file to the root of the directory, if this 
doesnt match the current running Mumble server it'll cause a world of pain.
Description
No description provided
Readme BSD-3-Clause 2 MiB
Languages
Python 92.2%
HTML 7.3%
CSS 0.5%