Re: google app engine suggestion

2012-11-12 Thread Stefano Tranquillini
Jumping in the thread. 
is GAE supporting django? i knew that something is supported but 
not completely (like db is non rel in GAE). 
is there a tutorial on how to set it up? what did you follow?
my 2 cents on the server, right now i'm using AWS free tier, it's for 
12months  and it's good. after that i'll switch to something else, which i 
didn't found yet. so suggestions are welcome (need to manage a 3 pages 
website with few queries and 2 celery scheduled tasks)

ciao

On Saturday, November 10, 2012 5:59:51 PM UTC+1, Aswani Kumar wrote:
>
> wow thank you, can any one of you write a blog post about how to setup 
> this environment or share a post which you have written earlier.
>
>
> With Best
> -Ashwin.
> +91-9959166266
>
>
>
> On Sat, Nov 10, 2012 at 10:19 PM, Javier Guerra Giraldez <
> jav...@guerrag.com > wrote:
>
>> On Sat, Nov 10, 2012 at 3:51 AM, Kurtis Mullins
>> > wrote:
>> > I, personally, prefer Nginx and uWSGI but something else may be better 
>> for
>> > your particular use case.
>>
>> same here.  it's a little different from other solutions, but rock
>> solid, and includes its own process management, so it's really close
>> to 'setup and forget about it'.
>>
>> of course, if/when your traffic outgrows your initial setup you have
>> to tune up and/or add more resources, but it has a lot of grow space.
>> you won't find it constraining until you become bigger than twitter.
>>
>> --
>> Javier
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To post to this group, send email to django...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> django-users...@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 view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/JBNTv5wQstoJ.
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: google app engine suggestion

2012-11-10 Thread Ashwin Kumar
wow thank you, can any one of you write a blog post about how to setup this
environment or share a post which you have written earlier.


With Best
-Ashwin.
+91-9959166266



On Sat, Nov 10, 2012 at 10:19 PM, Javier Guerra Giraldez  wrote:

> On Sat, Nov 10, 2012 at 3:51 AM, Kurtis Mullins
>  wrote:
> > I, personally, prefer Nginx and uWSGI but something else may be better
> for
> > your particular use case.
>
> same here.  it's a little different from other solutions, but rock
> solid, and includes its own process management, so it's really close
> to 'setup and forget about it'.
>
> of course, if/when your traffic outgrows your initial setup you have
> to tune up and/or add more resources, but it has a lot of grow space.
> you won't find it constraining until you become bigger than twitter.
>
> --
> Javier
>
> --
> 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.



Re: google app engine suggestion

2012-11-10 Thread Javier Guerra Giraldez
On Sat, Nov 10, 2012 at 3:51 AM, Kurtis Mullins
 wrote:
> I, personally, prefer Nginx and uWSGI but something else may be better for
> your particular use case.

same here.  it's a little different from other solutions, but rock
solid, and includes its own process management, so it's really close
to 'setup and forget about it'.

of course, if/when your traffic outgrows your initial setup you have
to tune up and/or add more resources, but it has a lot of grow space.
you won't find it constraining until you become bigger than twitter.

-- 
Javier

-- 
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: google app engine suggestion

2012-11-10 Thread Kurtis Mullins
Well for development purposes, I just recommend using Django's built-in
"runserver" command. It will launch a relatively full-featured HTTP Server
for testing on your own computer. The command is "python manage.py
runserver" and you should be able to access it using localhost:8000

Otherwise, I think the web server of your choice depends upon your needs.
I, personally, prefer Nginx and uWSGI but something else may be better for
your particular use case.

Good luck!


On Sat, Nov 10, 2012 at 2:10 AM, Ashwin Kumar  wrote:

> thank you javier,
>
> i am a .net and php developer, i can setup .net and php servers on
> windows, ubuntu.
>
> i am new to django/python. i love python so giving it a try.
>
> can you give any idea of setting up my own django server, i found hard
> time in setting up one. not able to choose between apache and nginx
> mod_wsgi, mod_python.
>
> i never found a decent documentation on how to setup and run django on
> apache or nginx.
>
> With Best
> -Ashwin.
> +91-9959166266
>
>
>
> On Fri, Nov 9, 2012 at 11:24 PM, Javier Guerra Giraldez <
> jav...@guerrag.com> wrote:
>
>> On Fri, Nov 9, 2012 at 11:53 AM, Aswani Kumar 
>> wrote:
>> > my question is google app engine supports python 2.7 but django moving
>> > towards python 3.x now with django 1.5 the minimum required version of
>> > python is 2.6. and django 1.6 will be on python 2.7. what will be my
>> future
>> > if i choose google app engine and django.
>>
>> migration to 3.x is still experimental, it will be some time before
>> it's mandatory.
>>
>> also, a significant part of Django deprecation policy is which
>> versions are available in widely used platforms. Not so long ago, 2.4
>> was still supported just because some still-supported RHEL version
>> uses it by default.
>>
>> finally, i'm sure Google will make 3.x available before 2.7 is
>> hopelessly obsolete.  Remember that they employ some big-name Python
>> developers just for that (even someone with GvR initials)
>>
>>
>> > i need a PAAS like google app engine so i can concentrate on developing
>> app
>> > instead of managing servers.
>>
>> personally, i find much easier to manage my own server than to be
>> constantly distracted by the by-design limitations of the different
>> PaaS offerings.  But if you find one that you really like, and don't
>> mind the lock-in, go for it!
>>
>>
>> --
>> Javier
>>
>> --
>> 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.
>

-- 
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: google app engine suggestion

2012-11-09 Thread Ashwin Kumar
thank you javier,

i am a .net and php developer, i can setup .net and php servers on windows,
ubuntu.

i am new to django/python. i love python so giving it a try.

can you give any idea of setting up my own django server, i found hard time
in setting up one. not able to choose between apache and nginx mod_wsgi,
mod_python.

i never found a decent documentation on how to setup and run django on
apache or nginx.

With Best
-Ashwin.
+91-9959166266



On Fri, Nov 9, 2012 at 11:24 PM, Javier Guerra Giraldez
wrote:

> On Fri, Nov 9, 2012 at 11:53 AM, Aswani Kumar 
> wrote:
> > my question is google app engine supports python 2.7 but django moving
> > towards python 3.x now with django 1.5 the minimum required version of
> > python is 2.6. and django 1.6 will be on python 2.7. what will be my
> future
> > if i choose google app engine and django.
>
> migration to 3.x is still experimental, it will be some time before
> it's mandatory.
>
> also, a significant part of Django deprecation policy is which
> versions are available in widely used platforms. Not so long ago, 2.4
> was still supported just because some still-supported RHEL version
> uses it by default.
>
> finally, i'm sure Google will make 3.x available before 2.7 is
> hopelessly obsolete.  Remember that they employ some big-name Python
> developers just for that (even someone with GvR initials)
>
>
> > i need a PAAS like google app engine so i can concentrate on developing
> app
> > instead of managing servers.
>
> personally, i find much easier to manage my own server than to be
> constantly distracted by the by-design limitations of the different
> PaaS offerings.  But if you find one that you really like, and don't
> mind the lock-in, go for it!
>
>
> --
> Javier
>
> --
> 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.



Re: google app engine suggestion

2012-11-09 Thread Javier Guerra Giraldez
On Fri, Nov 9, 2012 at 11:53 AM, Aswani Kumar  wrote:
> my question is google app engine supports python 2.7 but django moving
> towards python 3.x now with django 1.5 the minimum required version of
> python is 2.6. and django 1.6 will be on python 2.7. what will be my future
> if i choose google app engine and django.

migration to 3.x is still experimental, it will be some time before
it's mandatory.

also, a significant part of Django deprecation policy is which
versions are available in widely used platforms. Not so long ago, 2.4
was still supported just because some still-supported RHEL version
uses it by default.

finally, i'm sure Google will make 3.x available before 2.7 is
hopelessly obsolete.  Remember that they employ some big-name Python
developers just for that (even someone with GvR initials)


> i need a PAAS like google app engine so i can concentrate on developing app
> instead of managing servers.

personally, i find much easier to manage my own server than to be
constantly distracted by the by-design limitations of the different
PaaS offerings.  But if you find one that you really like, and don't
mind the lock-in, go for it!


-- 
Javier

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



google app engine suggestion

2012-11-09 Thread Aswani Kumar
hi, i am planning to develop an education related information portal in 
django and google app engine.

my question is google app engine supports python 2.7 but django moving 
towards python 3.x now with django 1.5 the minimum required version of 
python is 2.6. and django 1.6 will be on python 2.7. what will be my future 
if i choose google app engine and django.

i need a PAAS like google app engine so i can concentrate on developing app 
instead of managing servers.

please give me suggestions.

-- 
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/-/yO-kbOlbht8J.
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.