Created
May 12, 2014 07:30
-
-
Save bayadeoro/658f6a4b2067fcbf007d to your computer and use it in GitHub Desktop.
Django: Hacer un cambio en el modelo de datos y hacer la migracion con south
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
1º Editar el fichero models.py he introducir el cambio | |
2º Ir a la consola y en el proyecto ejecutar estos tres comandos | |
./manage.py schemamigration conta --auto | |
./manage.py migrate conta | |
./manage.py syncdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment