diff --git a/2_Apps%26BD.md b/2_Apps%26BD.md index 103a892..3363dae 100644 --- a/2_Apps%26BD.md +++ b/2_Apps%26BD.md @@ -313,8 +313,9 @@ class Articulos(models.Model): def __str__(self): return 'Nombre: %s, Depto. %s, Precio $ %s' % (self.nombre, self.seccion, self.precio) +``` - +``` python3 manage.py makemigrations python3 manage.py migrate python3 manage.py shell