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 10 years, 3 months ago
- Virtualfish Hook by HubertGrzeskowiak 10 years, 5 months ago
- How to rename processes by diverman 13 years ago
- Add CSRF token to templates by coleifer 13 years, 4 months ago
Comments
Please login first before commenting.