Created
January 3, 2019 03:10
-
-
Save soncco/9592abd5defeac280124f3a717cee075 to your computer and use it in GitHub Desktop.
grace calato
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
um gt 139 | |
prd gt 247810 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UnidadMedida.objects.filter(pk__gt=139).delete()
Producto.objects.filter(pk__gt=247810).delete()