On Tue, Oct 9, 2012 at 4:29 PM, Lewis Satini <jubilee.le...@gmail.com> wrote:
> For example, there's a script I want to install and everytime, I need to
> access to the command shell to install it, but in the case of php I can just
> unzip and upload to the server and access through browser.
> Can I do with that way? how is the process?
>

Django doesn't work like PHP. In PHP, each PHP file is a single
"program" that is run when the web server loads that 'page'. In
django, there is a single "program" that runs and communicates with
the web server. There are no "Django scripts" for instance, there are
Django packages you can install which add functionality to your Django
"program".

So no, you can't simply upload "scripts" to the web server with ftp, not easily.

Cheers

Tom

-- 
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