I accidentally deleted my picture files (in Window Vista).

But used the below restoration and recovered.

http://www.snapfiles.com/get/restoration.html

Use

delete() method

—–

e.g.,

>>>Card.objects.get(name=’Hot Pot’).delete()

>>>Card.objects.filter(city=’USA’).delete()

>>>Card.objects.all().delete()

Note that

>>>Card.objects.delete()

is not working.

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer