Thanks, I'll try the django-evolution :)
On 6 Maio, 16:44, Daniel Roseman <[email protected]>
wrote:
> On May 6, 3:03 pm, Gil Sousa <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---