I am working with my virtual hosting provider to enable him support
Django. I have used him for ages, and having converted myself to
Django would like to help establish another hosting provider with
support for Django.

I have a configuration for his servers and virtual hosting environment
that works well, enabling the application to be developed on a
development server using Django's 'runserver', and then transferred to
the virtual hosting environment where the production service would
run.

I now need to work out how best to execute the various commands
provided by django-admin.py. The hosted environment provides no shell
access, only FTP to copy files to the site and phpMyAdmin to manage
the database tables. This is basically a security feature.

I would like to be able to execute django-admin.py through a web
interface, ideally capturing the output and displaying it back to the
user. Has this ever been tried before? Does anybody know of a package
doing this? Am I crazy?

Some insight from the community would be useful. Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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