On Oct 28, 8:45 am, zayatzz <alan.kesselm...@gmail.com> 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 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