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
- One line SMTP sink server by Baguage 9 years, 1 month ago
- Virtualfish Hook by HubertGrzeskowiak 9 years, 3 months ago
- How to rename processes by diverman 11 years, 11 months ago
- Add CSRF token to templates by coleifer 12 years, 2 months ago
Comments
Please login first before commenting.