Add constants for model field choices.
[matthijs/projects/xerxes.git] / settings.py
2009-01-31 Matthijs KooijmanMerge branch 'production'
2009-01-16 Matthijs KooijmanMerge branch 'production'
2009-01-16 Matthijs KooijmanSet INTERNAL_IPS to 127.0.0.1.
2009-01-10 Matthijs KooijmanIncrease max comment length to 3000 characters.
2008-10-31 Matthijs KooijmanRemove SITE_ID from settings.
2008-10-31 Matthijs KooijmanEnable the request context processor.
2008-10-31 Matthijs KooijmanReplace STATIC_URL_PREFIX by MEDIA_URL.
2008-10-31 Matthijs KooijmanMake the enabling of TEMPLATE_DEBUG more clear.
2008-03-25 Matthijs Kooijman * Enable the threadedcomments app (code not included).
2008-03-24 Matthijs Kooijman * Remove the sites app from the config, we're not...
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.