MickaelC wrote:
> Hi,
> It is a method to add tables to a model without having to manually
> launch the syncdb command in a shell?
> 
> If yes
>     can you give me tips ?
> else
>     :-(

What problem are you trying to solve? This really doesn't sound like a 
common Django idiom.

If you insist, you could probably do (using 0.96):

   from django.core.management import syncdb
   syncdb()

Regards,

-- 
Christian Joergensen
http://www.technobabble.dk

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to