Added an extra warning about wipealldata being pretty inflexible.
This commit is contained in:
parent
312643c12c
commit
4a4035c8af
@ -30,6 +30,10 @@ def wipe(args):
|
|||||||
print ""
|
print ""
|
||||||
print "Running this will destroy your mediagoblin database,"
|
print "Running this will destroy your mediagoblin database,"
|
||||||
print "remove all your media files in user_dev/, etc."
|
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(
|
drop_it = raw_input(
|
||||||
'Are you **SURE** you want to destroy your environment? '
|
'Are you **SURE** you want to destroy your environment? '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user