Actual delete command for mediawiki, now moves all user revisions to a special "DeletedUser" username

This commit is contained in:
2010-03-18 21:12:12 +00:00
parent bb4ae21556
commit b49f8edb9a
2 changed files with 7 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ USE_I18N = True
# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = '/home/dreddit/www/auth.dredd.it/auth/media'
MEDIA_ROOT = './media'
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).