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 11 years, 10 months ago
  2. Virtualfish Hook by HubertGrzeskowiak 11 years, 11 months ago
  3. How to rename processes by diverman 14 years, 7 months ago
  4. Add CSRF token to templates by coleifer 14 years, 10 months ago

Comments

Please login first before commenting.