python - how to restore dropped table with django-south? -


I wanted to extract a table in my DB, so I left the table usually I made it again manage.py syncdb However, the answer is no, do not use syncdb . So, what should I do instead?

This is a very late response but those people who have the same problem (as I did).

Usually to drop db_tables for the app, which is managed by South, you should use it:

  Manage Python / Code>  

But if you have left them manually in DB, then the South is aware of it

  Manage or Experience the Dragon Appname Zero --Face < / Code>  

and of course to recreate the tables

  Bound to / appname    

Comments