view gpp/legacy/data.py @ 325:d8b634e67043

New scheme for serving media files in debug mode after updating django trunk.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Feb 2011 22:09:56 +0000
parents 2367c4795c92
children 4021ea1045f7
line wrap: on
line source
"""
Misc data for the legacy management commands.

"""

# Over time various users asked me to change their username. The legacy site
# rarely stored foreign keys to users; instead it stored the name of the user
# at the time. This dictionary contains mappings from old usernames to new
# usernames.

KNOWN_USERNAME_CHANGES = {
    'cavefishbutchdelux': 'butchdelux',
    'Findicator1': 'WaveOhhh',
    'Tikimania': 'Tikitena',
    'sandyfeet': 'RickRhoades',
}