Only allow users to add NPC or Player characters.
[matthijs/projects/xerxes.git] / urls.py
2009-06-15 Matthijs KooijmanMerge branch 'production'
2009-03-27 Matthijs KooijmanAdd code to support disabling new influences.
2008-10-31 Matthijs KooijmanReplace STATIC_URL_PREFIX by MEDIA_URL.
2008-10-29 Matthijs KooijmanImprove influence comment handling.
2008-07-28 Matthijs KooijmanSwitch the urlconf to use the new django admin interface.
2008-03-25 Matthijs Kooijman * Enable the threadedcomments app (code not included).
2008-02-11 Matthijs Kooijman * Rename project from ee to xerxes.
2008-02-10 Matthijs Kooijman * Rename the add views to be a bit more consistent.
2008-02-10 Matthijs Kooijman * Add a influence_list view.
2008-02-09 Matthijs Kooijman * No longer use any generic views, since we will need...
2008-02-09 Matthijs Kooijman * Also remove the references to the event views that...
2008-02-09 Matthijs Kooijman * Replace some tabs by spaces and put a vim modeline...
2008-02-08 Matthijs Kooijman * Add wrappers around the generic views, so we can...
2008-02-08 root * Add a view that redirects / to /influences/.
2008-02-08 root * Add a BASE_DIR setting, that gets filled based on...
2008-02-03 Matthijs Kooijman * Give the login and logout views a name and refer...
2008-01-27 Matthijs Kooijman * Use the Influence summary, where appropriate.
2008-01-27 Matthijs Kooijman * Use the url function in urls.py.
2008-01-24 Matthijs Kooijman * Replace all tabs with spaces.
2008-01-24 Matthijs Kooijman * Let django server /static in debug mode.
2008-01-23 Matthijs Kooijman * Make the character list a real character list again...
2008-01-23 Matthijs Kooijman * Add an addCharacter view to the influences app.
2008-01-23 Matthijs Kooijman * Remove old addInfluence view and replace it by a...
2008-01-21 Matthijs Kooijman * Initial import of a django project.