It depends on the computer, but I'd recommend using a Virtual Environment
and the program called 'pip'. Google can be your friend there :) Or if you
run into any specific problems, don't hesitate to ask!

On Tue, Oct 9, 2012 at 11:48 AM, Lewis Satini <jubilee.le...@gmail.com>wrote:

> Thank guys for helping this out.
> One more question what is the basic step of installing the package? are
> they all the same?
>
>
> On Tue, Oct 9, 2012 at 11:45 AM, Kurtis Mullins 
> <kurtis.mull...@gmail.com>wrote:
>
>> Not really. You could probably use a host that might have some fancy
>> control panel for doing something like that; but I'd recommend just using
>> the shell. It'll make life a lot easier in the long run.
>>
>>
>> On Tue, Oct 9, 2012 at 11:39 AM, Lewis Satini <jubilee.le...@gmail.com>wrote:
>>
>>> Hello,
>>> I am sorry for misplace script and package. I am new to Django.
>>> so everytime when I need to install Django packages. I need to do it
>>> through command shell? is there any other way without going through command
>>> shell?
>>>
>>> Thanks
>>>
>>>
>>> On Tue, Oct 9, 2012 at 11:36 AM, Tom Evans <tevans...@googlemail.com>wrote:
>>>
>>>> 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.
>>>>
>>>>
>>>
>>>
>>> --
>>> facebook.com/artistbean
>>> SMS at (646) 450-6756
>>>
>>> --
>>> 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.
>>>
>>
>>  --
>> 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.
>>
>
>
>
> --
> facebook.com/artistbean
> SMS at (646) 450-6756
>
> --
> 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.
>

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