Re: Django 1.4 and google app engine

2012-09-25 Thread Derek
Then you should not be using GAE.  From 
http://en.wikipedia.org/wiki/Google_App_Engine#Differences_between_SQL_and_GQL

"Unlike a relational database the Datastore API is not relational in the 
SQL sense."

On Saturday, 22 September 2012 23:00:50 UTC+2, neixetis wrote:
>
> Thank you ver much for answer.
> Yes that could be a solution, however I need relational database :/
>
> On Saturday, September 22, 2012 10:32:25 PM UTC+2, Gabriel [SGT] wrote:
>>
>> On Sat, Sep 22, 2012 at 5:16 PM, neixetis  wrote: 
>> > I am about to deal with the same problem, however I have finished my 
>> > project, now I need to update it asap on GAE, but I just can not as 
>> newest 
>> > version of SDK Django is 1.3, whereas my project is 1.4. Any ideas what 
>> > should I do now? Please help guys:D 
>>
>> You can try the django 1.4 nonrel's version, although is currently in 
>> WIP state, I'm not sure how mature it is 
>> https://github.com/django-nonrel/django-1.4 
>> The nonrel stable (1.3) works pretty well. 
>>
>> -- 
>> Kind Regards 
>>
>

-- 
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/-/dsJ0Zmu0Xe8J.
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 1.4 and google app engine

2012-09-22 Thread neixetis
Thank you ver much for answer.
Yes that could be a solution, however I need relational database :/

On Saturday, September 22, 2012 10:32:25 PM UTC+2, Gabriel [SGT] wrote:
>
> On Sat, Sep 22, 2012 at 5:16 PM, neixetis  
> wrote: 
> > I am about to deal with the same problem, however I have finished my 
> > project, now I need to update it asap on GAE, but I just can not as 
> newest 
> > version of SDK Django is 1.3, whereas my project is 1.4. Any ideas what 
> > should I do now? Please help guys:D 
>
> You can try the django 1.4 nonrel's version, although is currently in 
> WIP state, I'm not sure how mature it is 
> https://github.com/django-nonrel/django-1.4 
> The nonrel stable (1.3) works pretty well. 
>
> -- 
> Kind Regards 
>

-- 
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/-/99OD-XWK3lkJ.
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 1.4 and google app engine

2012-09-22 Thread Gabriel [SGT]
On Sat, Sep 22, 2012 at 5:16 PM, neixetis  wrote:
> I am about to deal with the same problem, however I have finished my
> project, now I need to update it asap on GAE, but I just can not as newest
> version of SDK Django is 1.3, whereas my project is 1.4. Any ideas what
> should I do now? Please help guys:D

You can try the django 1.4 nonrel's version, although is currently in
WIP state, I'm not sure how mature it is
https://github.com/django-nonrel/django-1.4
The nonrel stable (1.3) works pretty well.

-- 
Kind Regards

-- 
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 1.4 and google app engine

2012-09-22 Thread neixetis
Does it mean that few months ago newest django version for Google Cloud SQL 
was 1.4, and now they downgraded to 1.3? Or that was just a mistake?

I am about to deal with the same problem, however I have finished my 
project, now I need to update it asap on GAE, but I just can not as newest 
version of SDK Django is 1.3, whereas my project is 1.4. Any ideas what 
should I do now? Please help guys:D

On Sunday, June 17, 2012 5:49:15 PM UTC+2, Guevara wrote:
>
> In GAE only using django-norel, a fork of django with no join's queryset.
>
> https://developers.google.com/appengine/articles/django-nonrel
>
> Or using in Google Cloud SQL:
>
> https://developers.google.com/appengine/docs/python/cloud-sql/django
>
> But is a paying service.
>
>
> 2012/6/17 Gebriel Abebe 
>
>> Please I want to know the same thing?
>>
>>  -- 
>> 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/-/bU3CTr2hjmQJ.
>>
>> 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/-/zewtROlBqb8J.
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 1.4 and google app engine

2012-06-17 Thread Ernesto Guevara
In GAE only using django-norel, a fork of django with no join's queryset.

https://developers.google.com/appengine/articles/django-nonrel

Or using in Google Cloud SQL:

https://developers.google.com/appengine/docs/python/cloud-sql/django

But is a paying service.


2012/6/17 Gebriel Abebe 

> Please I want to know the same thing?
>
>  --
> 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/-/bU3CTr2hjmQJ.
>
> 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: Django 1.4 and google app engine

2012-06-17 Thread Gebriel Abebe
Please I want to know the same thing?

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



Django 1.4 and google app engine

2012-04-02 Thread fix3d
Is it possible to run Django 1.4 on google app engine? And if yes,
how???

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