Re: Why doesn't DjangoProject.com downloads provide a Windows installer like web2py does?

2012-12-23 Thread Michael Manfre
As some one who develops and hosts a Django project on Windows, Runserver and sqlite are more than enough to get potential Django converts through the tutorial and a few test projects. When they're ready to work on a more substantial project, then they'll start to get a bit more immersed in

Re: Why doesn't DjangoProject.com downloads provide a Windows installer like web2py does?

2012-12-23 Thread Daniel Greenfeld
On Sunday, December 23, 2012 9:45:46 AM UTC-8, ted wrote: > > This has lead me to the belief that a virtual linux box is the "right way" > to develop on django on windows. On its face, adding a virtualbox/vagrant > setup step makes using django more complicated. But, on net it makes the >

Re: Django Admin Revamp - Any updates?

2012-12-23 Thread Amirouche Boubekki
2012/12/24 Victor Hooi > Hi, > > What happened to django-hydro? > Héllo Victor, I moved everything to an orgnanization named django-composite, I took the name from *Travis S. *from the wiki, thanks to him, I find it great, it is exactly that:

Re: Django Admin Revamp - Any updates?

2012-12-23 Thread Victor Hooi
Hi, What happened to django-hydro? Cheers, Victor On Saturday, 22 December 2012 14:27:38 UTC+11, Amirouche B. wrote: > > > 2012/12/15 Amirouche B. > >> Is there any news on the Django Admin rewrite front? >>> >>> I'm very interested in this topic and have some

Re: Proposal: use SQLAlchemy Core for query generation

2012-12-23 Thread Donald Stufft
On Sunday, December 23, 2012 at 4:08 PM, Florent Gallaire wrote: > Django ORM should work for SQL and NoSQL DBMS. > NoSQL integration in Django is a more interesting and needed subject, > but who cares about that in the core team ? > > Why should the Django Object Relational Mapper be modified

Re: Proposal: use SQLAlchemy Core for query generation

2012-12-23 Thread Hannu Krosing
On 12/23/2012 10:08 PM, Florent Gallaire wrote: SQLA is, as is its name indicates, a SQL ORM. Django ORM should work for SQL and NoSQL DBMS. Why? Because of name ? NoSQL integration in Django is a more interesting and needed subject, but who cares about that in the core team ? There is no

Re: Single table inheritance - working implementation

2012-12-23 Thread Krzysztof Jurewicz
Dnia 2012-12-21, pią o godzinie 11:05 -0800, Anssi Kääriäinen pisze: > I went with a different approach than the patch for 1.5. At this stage > as minimal as possible change to get_default_columns() seemed like a > good idea. See commit a0155f35343afbfd9e98ab9aa4615f06780f697e in > stable/1.5.x. >

Re: Proposal: use SQLAlchemy Core for query generation

2012-12-23 Thread Florent Gallaire
SQLA is, as is its name indicates, a SQL ORM. Django ORM should work for SQL and NoSQL DBMS. NoSQL integration in Django is a more interesting and needed subject, but who cares about that in the core team ? -1 Cheers, Florent. On Tue, Dec 4, 2012 at 4:19 AM, Ivan wrote: >