Text only
03 Dec 2010
 
 
Tools: wrap/unwrap  
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
lorien@big:/web/wpt/src/py$ ./manage.py syncdb --migrate --noinput
Syncing...
Installing yaml fixture 'initial_data' from '/home/lorien/web/wpt/src/py/shared/satchmo/apps/satchmo_store/shop/fixtures'.
Installing yaml fixture 'initial_data' from '/home/lorien/web/wpt/src/py/shared/satchmo/apps/satchmo_store/contact/fixtures'.
Installed 15 object(s) from 2 fixture(s)
Migrating...
Running migrations for product:
- Nothing to migrate.
- Loading initial data for product.
Installing yaml fixture 'initial_data' from '/home/lorien/web/wpt/src/py/shared/satchmo/apps/product/fixtures'.
Installed 2 object(s) from 1 fixture(s)
Running migrations for configurable:
- Nothing to migrate.
- Loading initial data for configurable.
No fixtures found.
Running migrations for custom:
- Nothing to migrate.
- Loading initial data for custom.
No fixtures found.
Running migrations for downloadable:
- Nothing to migrate.
- Loading initial data for downloadable.
No fixtures found.
Running migrations for subscription:
- Nothing to migrate.
- Loading initial data for subscription.
No fixtures found.
Running migrations for store:
- Nothing to migrate.
- Loading initial data for store.
No fixtures found.
Running migrations for wpt:
- Nothing to migrate.
- Loading initial data for wpt.
Installing json fixture 'initial_data' from '/home/lorien/web/wpt/src/py/wpt/fixtures'.
Installed 22 object(s) from 1 fixture(s)
Running migrations for lms:
- Nothing to migrate.
- Loading initial data for lms.
No fixtures found.
Running migrations for zipcode:
- Nothing to migrate.
- Loading initial data for zipcode.
No fixtures found.
Running migrations for card:
- Nothing to migrate.
- Loading initial data for card.
No fixtures found.
Running migrations for history:
- Nothing to migrate.
- Loading initial data for history.
No fixtures found.
Running migrations for indexer:
- Nothing to migrate.
- Loading initial data for indexer.
No fixtures found.
Running migrations for sentry:
- Nothing to migrate.
- Loading initial data for sentry.
No fixtures found.
Synced:
> django.contrib.sites
> satchmo_store.shop
> django.contrib.admin
> django.contrib.admindocs
> django.contrib.auth
> django.contrib.contenttypes
> django.contrib.comments
> django.contrib.sessions
> django.contrib.sitemaps
> django.contrib.messages
> registration
> sorl.thumbnail
> south
> taggit
> filebrowser
> django.contrib.gis
> djcelery
> ghettoq
> keyedcache
> livesettings
> l10n
> satchmo_store.contact
> tax
> tax.modules.area
> tax.modules.percent
> shipping
> payment
> payment.modules.dummy
> satchmo_ext.satchmo_toolbar
> satchmo_utils
> app_plugins
> celerytest
> crm
> paging
> sentry.client
> foo
> debug_toolbar
Migrated:
- product
- product.modules.configurable
- product.modules.custom
- product.modules.downloadable
- product.modules.subscription
- store
- wpt
- lms
- zipcode
- card
- history
- indexer
- sentry