Can i also somehow capture the output, so i could see what actually
was done?

Alan.

On Oct 28, 11:39 am, Daniel Roseman <[email protected]> wrote:
> On Oct 28, 8:45 am, zayatzz <[email protected]> wrote:
>
> > Hi.
>
> > I have a problem with django project that is beeing hosting in a
> > server where i have no shell access... so how can i do syncdb there.
> > doing mysql dumps in development db and updating hosting mysql is
> > kinda slow..
>
> > Is it possible do this run syncdb script over web?
>
> > Alan
>
> You could have a view that does django.core.management.call_command
> ('syncdb'). Make sure you've got proper authentication on it though.
> --
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to