Login

the steps of migration using south in Django...

Author:
lockys
Posted:
August 25, 2014
Language:
Shell
Version:
1.5
Score:
0 (after 2 ratings)

As title

1
2
3
4
5
6
#south must be installed and the app has already been initialized by south. 
shell> ./manage.py schemamigration <AppName> --auto
shell> ./manage.py migrate <AppName>

#Connect to Google's sql cloud 
shell> mysql --host=instance-IP --user=user-name --password

More like this

  1. One line SMTP sink server by Baguage 10 years, 11 months ago
  2. Virtualfish Hook by HubertGrzeskowiak 11 years ago
  3. How to rename processes by diverman 13 years, 8 months ago
  4. Add CSRF token to templates by coleifer 14 years ago

Comments

Please login first before commenting.