Top "Django-south" questions

Tool to provide consistent, easy-to-use and database-agnostic database migrations for Django applications.

how to restore dropped table with django-south?

I wanted to clear out a table in my DB, so I dropped the table. Normally I would do manage.…

python database django django-south django-syncdb