Thursday, March 31, 2011

south for django

hello,

I've downloaded and installed south successfully to manage changes
with my models.py file

I type the following command

python manage.py schemamigration myApp --auto

then, get the following message

You cannot use --auto on an app with no migrations. Try --initial.

So I do as stated, with the command: python manage.py schemamigration myApp --initial, but get the following message:

Cannot freeze field

what's wrong?



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment