Re: accessing django

2012-10-09 Thread Lewis Satini
Thank you so much all of you and the fast response

On Tue, Oct 9, 2012 at 11:52 AM, Tom Evans <tevans...@googlemail.com> wrote:

> On Tue, Oct 9, 2012 at 4:48 PM, 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?
>
> Why don't you install a couple and see?
>
> They are normally similar, but not necessarily so.
>
> 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.



Re: accessing django

2012-10-09 Thread Lewis Satini
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.



Re: accessing django

2012-10-09 Thread Lewis Satini
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?



On Tue, Oct 9, 2012 at 11:27 AM, Jonathan Baker <
jonathandavidba...@gmail.com> wrote:

> When you say "access django", exactly what do you mean?
>
>
> On Tue, Oct 9, 2012 at 9:25 AM, Lewis  wrote:
>
>> Hello,
>> Is it the right way to access django without going through the command
>> shell, but instead using ftp -> making new file and edit just like using
>> php?
>>
>>
>>
>> Thanks
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/django-users/-/7S69wHUUPMMJ.
>> 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.
>>
>
>
>
> --
> Jonathan D. Baker
> Developer
> http://jonathandbaker.com
>
>
>  --
> 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.



about installing django

2012-10-07 Thread Lewis Satini
Hello,
I am new here.
I am thinking to start my django study again. I start before, but stuck
with some issues.
1. Is there a way to install django and the plug-ins through ftp without
going thru any command shell? after python was installed
2. I want to start an image portal. Is there any suggestion for plug-ins?
something like flickr and also you able to market them.
3. Is there anyone there volounteer to help while building my project and
application? so that I can just direct my question to you.

I am working for improvement of this site at http://crossmap.com. We want
to change to focus on background only and recoding using django. It was on
PHP  and We want to keep the database and adding some additional feature.
We need your input and direction of how we should go

Thanks,
Lewis

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



Re: Django and social network

2012-02-23 Thread Lewis Satini
The only problem with pinax that I dont like is to setup the virtual
environment that make me so headache

The site that you ask me to check out. It's a very good for me. I look
after that site. Thanks

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



Re: Django and social network

2012-02-22 Thread Lewis Satini
and I can only install basic, I had problem getting the advance install

On Wed, Feb 22, 2012 at 11:57 AM, Lewis Satini <jubilee.le...@gmail.com>wrote:

> How much experience do you have on pinax. Did you implemented before? do
> you have the sample site, that I might able to look at? it is difficult to
> install, because it have some requirement before you install it.
>
>
> On Wed, Feb 22, 2012 at 11:04 AM, Alec Taylor <alec.tayl...@gmail.com>wrote:
>
>> Pinax
>>
>> http://pinaxproject.com/
>>
>> On Thu, Feb 23, 2012 at 1:50 AM, Lewis <jubilee.le...@gmail.com> wrote:
>> > I am new in Django. I know it is a good platform.
>> > I want to know if there's any plug-ins or script that do social
>> > networking. I research on Pinax, but it seem very difficult to set it
>> > up. These are the feature that I want to implement:
>> > 1. Profile system that link to their facebook or google profile that
>> > they have.
>> > 2. Login with gmail account or facebook account
>> > 3. able to store they login and password to local database
>> > 4. able to do rating and comments
>> >
>> > Can someone suggest anything?
>> >
>> > Thanks for your help
>> >
>> > --
>> > 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.
>>
>>
>
>
> --
>
>
> Artistbean.com <http://mobi.artistbean.com>
> SMS at (646) 450-6756
>
>
>


-- 


Artistbean.com <http://mobi.artistbean.com>
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.



Re: Django and social network

2012-02-22 Thread Lewis Satini
How much experience do you have on pinax. Did you implemented before? do
you have the sample site, that I might able to look at? it is difficult to
install, because it have some requirement before you install it.

On Wed, Feb 22, 2012 at 11:04 AM, Alec Taylor wrote:

> Pinax
>
> http://pinaxproject.com/
>
> On Thu, Feb 23, 2012 at 1:50 AM, Lewis  wrote:
> > I am new in Django. I know it is a good platform.
> > I want to know if there's any plug-ins or script that do social
> > networking. I research on Pinax, but it seem very difficult to set it
> > up. These are the feature that I want to implement:
> > 1. Profile system that link to their facebook or google profile that
> > they have.
> > 2. Login with gmail account or facebook account
> > 3. able to store they login and password to local database
> > 4. able to do rating and comments
> >
> > Can someone suggest anything?
> >
> > Thanks for your help
> >
> > --
> > 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.
>
>


-- 


Artistbean.com 
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.