On Mon, Nov 10, 2014 at 9:43 AM,  <dpalao.pyt...@gmail.com> wrote:
> Hi,
> I'm writing a Django application that uses an existing database. If I
> understood it well, in such a case one must create non-managed models for
> the legacy tables to avoid Django creating already existing tables, right?

No, when you run syncdb it will not create or modify any existing
tables, only create new ones.

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY5yR3E3svTC0u_yw_PxhhdEHsTBKqr1TiG9wDSpwwGTHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to