aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/wipealldata.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-10-26 11:21:25 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-10-26 11:21:25 -0500
commit4a4035c8afc56994450cf318bea3c67524e1128b (patch)
tree3e49bcbdf69f84514b021b14e11b3bab9e241ef7 /mediagoblin/gmg_commands/wipealldata.py
parent312643c12cdd48e558b36c4751b9d8bdecf445d1 (diff)
downloadmediagoblin-4a4035c8afc56994450cf318bea3c67524e1128b.tar.lz
mediagoblin-4a4035c8afc56994450cf318bea3c67524e1128b.tar.xz
mediagoblin-4a4035c8afc56994450cf318bea3c67524e1128b.zip
Added an extra warning about wipealldata being pretty inflexible.
Diffstat (limited to 'mediagoblin/gmg_commands/wipealldata.py')
-rw-r--r--mediagoblin/gmg_commands/wipealldata.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/gmg_commands/wipealldata.py b/mediagoblin/gmg_commands/wipealldata.py
index dc5d6cf7..0cfb58d7 100644
--- a/mediagoblin/gmg_commands/wipealldata.py
+++ b/mediagoblin/gmg_commands/wipealldata.py
@@ -30,6 +30,10 @@ def wipe(args):
print ""
print "Running this will destroy your mediagoblin database,"
print "remove all your media files in user_dev/, etc."
+ print ""
+ print "ALSO: This command is currently a hack and will only remove"
+ print " things properly on the default setup! If you've customized"
+ print " your mediagoblin configs, it won't work (for now)."
drop_it = raw_input(
'Are you **SURE** you want to destroy your environment? '