2
Synced:
 > django.contrib.auth
 > django.contrib.contenttypes
 > django.contrib.sessions
 > django.contrib.sites
 > django.contrib.messages
 > django.contrib.staticfiles
 > django.contrib.admin
 > django.contrib.admindocs
 > kaarya.account
 > kaarya.project
 > south

Not synced (use migrations):
 - kaarya.inspector
(use ./manage.py migrate to migrate these)
Finished "C:\Documents and Settings\EC.32-SAMUEL\workspace\kaarya\kaarya\manage.py syncdb" execution.

I once installed south and tried implementing migration then also prompted as Not synced (use migrations ):

Note : Here kaarya is my project and inspector is the app i tried migrating once using south but was not successful

D_D
  • 383
  • 2
  • 5
  • 18

1 Answers1

2

Did you try

python manage.py migrate

If so what was the error?

Ken Cochrane
  • 75,357
  • 9
  • 52
  • 60
  • Am using south on my existing project . I have converted my app inspector for migration using manage.py convert_to_south inspector – D_D Jun 23 '11 at 10:32