Skip to content

Instantly share code, notes, and snippets.

@AntelopeSalad
Created January 26, 2014 17:01
Show Gist options
  • Save AntelopeSalad/8635767 to your computer and use it in GitHub Desktop.
Save AntelopeSalad/8635767 to your computer and use it in GitHub Desktop.
$ ./manage.py migrate allauth.socialaccount
Running migrations for socialaccount:
- Migrating forwards to 0011_auto__chg_field_socialtoken_token.
> socialaccount:0001_initial
> socialaccount:0002_genericmodels
> socialaccount:0003_auto__add_unique_socialaccount_uid_provider
> socialaccount:0004_add_sites
> socialaccount:0005_set_sites
- Migration 'socialaccount:0005_set_sites' is marked for no-dry-run.
> socialaccount:0006_auto__del_field_socialapp_site
> socialaccount:0007_auto__add_field_socialapp_client_id
> socialaccount:0008_client_id
- Migration 'socialaccount:0008_client_id' is marked for no-dry-run.
> socialaccount:0009_auto__add_field_socialtoken_expires_at
> socialaccount:0010_auto__chg_field_socialtoken_token
> socialaccount:0011_auto__chg_field_socialtoken_token
- Loading initial data for socialaccount.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment