On May 6, 3:03 pm, Gil Sousa <gilso...@gmail.com> wrote:
> Hi!
>
> I already read that django doesn't do an update to the DB (tables
> structure) when we do the syncdb command, just create new tables if
> necessary..., but how do I know which tables were created and which
> ones should I do the manual update?
>
> Now I am only using my local server, but I am concern about a future
> upgrade to my website, how can I do a properly update to my DB?

Well, syncdb does print out the names of the tables it creates. But if
you're worried about this, you should use one of the migration
frameworks that manage the process for you - the big ones are South
and django-evolution.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to