Hi everyone, I'm trying to add a single foreign Key on an existing Database using Django.I searched on internet and i found out South migration.I installed South and i tried to add the Foreign Key but when i call "./manage.py schemamigration myapp --auto" (myapp is the of my existing app) i get a message "Nothing seems to have changed".Any ideas how i can procced?
I am waiting for your answers Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

