* Add some filters and search fields to the admin.
[matthijs/projects/xerxes.git] / settings.py
2008-02-13 Matthijs Kooijman * Put my email in the ADMINS settings, so I get mailed...
2008-02-11 Matthijs Kooijman * Rename project from ee to xerxes.
2008-02-10 Matthijs Kooijman * Let settings import localsettings if it exists,...
2008-02-09 Matthijs Kooijman * Replace some tabs by spaces and put a vim modeline...
2008-02-08 root * Add a BASE_DIR setting, that gets filled based on...
2008-02-07 Matthijs Kooijman * Add a UserProfile class to store stuff about users.
2008-02-07 Matthijs Kooijman * Put nl as the first language in the settins.
2008-02-07 Matthijs Kooijman * Add the tools app to the list of apps.
2008-01-24 Matthijs Kooijman * Replace all tabs with spaces.
2008-01-24 Matthijs Kooijman * Add "static" context processor that puts STATIC_URL_...
2008-01-23 Matthijs Kooijman * Mark all strings used so far as translatable.
2008-01-23 Matthijs Kooijman * Redirect to /influences after logging in.
2008-01-21 Matthijs Kooijman * Move some settings from settings.py to dbsettings...
2008-01-21 Matthijs Kooijman * Initial import of a django project.