matthijs/projects/xerxes.git
16 years ago * Show the currently logged in user and a logout link on the login page.
Matthijs Kooijman [Wed, 23 Jan 2008 12:45:56 +0000 (13:45 +0100)]
 * Show the currently logged in user and a logout link on the login page.

16 years ago * Redirect to /influences after logging in.
Matthijs Kooijman [Wed, 23 Jan 2008 12:45:17 +0000 (13:45 +0100)]
 * Redirect to /influences after logging in.

16 years ago * Remove ee.base.models.EEObject, Django does not support inheritance yet.
Matthijs Kooijman [Mon, 21 Jan 2008 22:08:14 +0000 (23:08 +0100)]
 * Remove ee.base.models.EEObject, Django does not support inheritance yet.

16 years ago * Replace maxlength argument to CharField with max_length. Makes the project work...
Matthijs Kooijman [Mon, 21 Jan 2008 21:42:24 +0000 (22:42 +0100)]
 * Replace maxlength argument to CharField with max_length. Makes the project work with django r7027.

16 years ago * Move some settings from settings.py to dbsettings.py and v.v.
Matthijs Kooijman [Mon, 21 Jan 2008 21:41:10 +0000 (22:41 +0100)]
 * Move some settings from settings.py to dbsettings.py and v.v.

16 years ago * Initial import of a django project.
Matthijs Kooijman [Mon, 21 Jan 2008 21:08:17 +0000 (22:08 +0100)]
 * Initial import of a django project.
   * Contains working phpbb authentication.
   * Contains some stuff for registration and influences (quite unfinished).