matthijs/projects/xerxes.git
2008-01-23 Matthijs Kooijman * Make the character list a real character list again...
2008-01-23 Matthijs Kooijman * Add general add influence link to character_list.
2008-01-23 Matthijs Kooijman * Renamed character_addinfluence template to add.
2008-01-23 Matthijs Kooijman * Make the add view pass a request to ContextModelForm.
2008-01-23 Matthijs Kooijman * Fix link to add influence form.
2008-01-23 Matthijs Kooijman * Add an addCharacter view to the influences app.
2008-01-23 Matthijs Kooijman * Add tools package, with some custom forms. Code...
2008-01-23 Matthijs Kooijman * Mark all strings used so far as translatable.
2008-01-23 Matthijs Kooijman * Delete unused templates.
2008-01-23 Matthijs Kooijman * Remove old addInfluence view and replace it by a...
2008-01-23 Matthijs Kooijman * Add some fields to influence's models.
2008-01-23 Matthijs Kooijman * Show the currently logged in user and a logout link...
2008-01-23 Matthijs Kooijman * Redirect to /influences after logging in.
2008-01-21 Matthijs Kooijman * Remove ee.base.models.EEObject, Django does not...
2008-01-21 Matthijs Kooijman * Replace maxlength argument to CharField with max_len...
2008-01-21 Matthijs Kooijman * Move some settings from settings.py to dbsettings...
2008-01-21 Matthijs Kooijman * Initial import of a django project.