Re: GSoC Proposal: Web Unifying Markup (templating) Language, or WUML

2010-04-09 Thread Gabriel Hurley
To be honest, my biggest question is "is this really about Django?" It seems like this proposal could have gone to anybody, or it could be a standalone app. I also would like to know if you have examples of other successful implementations of such a system that incorporate HTML, CSS, *and* JS

Re: Application to update the Test Suite

2010-04-09 Thread Gabriel Hurley
Maybe it's an overly simplistic question, but: what makes the tests slow currently? It's not simply the volume of them. It's more than possible for Python to race through hundreds of tests per second under the right conditions. Some of Django's test modules obviously zip along, but others seem to

Re: GSoC Proposal: Web Unifying Markup (templating) Language, or WUML

2010-04-09 Thread Gert Van Gool
I have some remarks/thoughts. - How does this make code re-use better? For instance, how do you use the same CSS styles along different files. Or am I required to move the re-usable CSS/JS code in a normal file? - Can you give an example on how you see the template tags being used in here?

Re: Application to update the Test Suite

2010-04-09 Thread Paul McMillan
I've revised the proposal, but am inlining more complete answers. > If someone needs to fix a bug, they will essentially need to > write the test twice; once for the old framework, and once for the > new. Do you have any suggestions on what we should be doing to > mitigate this complexity?

Re: Porting _django_bash_completion to Windows Powershell

2010-04-09 Thread guillermooo
For the two Django devs on Windows out there, you might want to use this: http://bitbucket.org/guillermooo/powershell-utilities-for-django-developers/ Tests, docs, etc. to come soon. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To

GSoC Proposal: Web Unifying Markup (templating) Language, or WUML

2010-04-09 Thread nubela
Proposal Title -- Web Unifying Markup (templating) Language, or WUML Background -- As a freelance developer having built entire platforms of Django, I find the most time consuming part of web development to be the front end development. Essentially, Javascript, HTML, and

Re: Application Loading

2010-04-09 Thread Vinay Sajip
On Apr 9, 2:09 am, Nick Sandford wrote: > It's a great place to start, and gives a good idea about where to look for > problems. I'm not sure about get_installed_app_paths, rather than modifying > settings.INSTALLED_APPS to contain a tuple of strings pointing to all >

Re: [GSoC] Application Loading

2010-04-09 Thread Russell Keith-Magee
On Fri, Apr 9, 2010 at 9:20 PM, Nick Sandford wrote: > An updated proposal: > > An App Loading mechanism for Django > > > About Me > -- > Hi everyone, > > My name is Nick Sandford, I'm an electrical engineering student at the >

Re: [GSoC] Application Loading

2010-04-09 Thread Nick Sandford
On Fri, Apr 9, 2010 at 2:59 PM, Russell Keith-Magee wrote: > On Fri, Apr 9, 2010 at 12:33 AM, Nick Sandford > wrote: >> An App Loading mechanism for Django >> >> >> About Me >> -- >> Hi everyone, >> >>

Re: [GSoC] Application Loading

2010-04-09 Thread Nick Sandford
An updated proposal: An App Loading mechanism for Django About Me -- Hi everyone, My name is Nick Sandford, I'm an electrical engineering student at the University of Western Australia. Background --- I haven't been a particularly active

Re: Porting _django_bash_completion to Windows Powershell

2010-04-09 Thread guillermooo
One final question about the bash script's functionality--I cannot test easily on Linux now, so I'd love to hear some feedback. As far as I can tell, django-admin.py sqlall will only show completions if DJANGO_SETTINGS_MODULE is set. Is this correct? On Mar 17, 10:14 pm, Arthur Koziel

GSoC

2010-04-09 Thread tab1ta
Hello to everyone, I'm not a skilled developer and i used Djnago only a couple of times but, however, i have a project a would like to develop with this framework, and as python is the programming language i am more familiar with i would like to send and attempt for the google summer of code.

Re: NoSQL Support for the ORM

2010-04-09 Thread Thomas Wanschik
On Apr 9, 9:06 am, Russell Keith-Magee wrote: > No - Array types aren't available everywhere. However, it would be > nice to be able to support them (even if not in core); if this GSoC > lays the groundwork to make this possible, then it's worth looking at. We already

Re: NoSQL Support for the ORM

2010-04-09 Thread Waldemar Kornewald
On Thu, Apr 8, 2010 at 11:03 PM, flo...@gmail.com wrote: > On Apr 8, 12:32 pm, Waldemar Kornewald wrote: > >> What I'm proposing is not a complete emulation of all features at all >> cost, but simply an automation of the things that are possible and in >>

Re: [GSOC] Application to update the Test Suite

2010-04-09 Thread Russell Keith-Magee
On Fri, Apr 9, 2010 at 8:59 AM, Paul McMillan wrote: > I've written an application to improve Django's Test Suite. > http://code.djangoproject.com/wiki/SummerOfCode2010#Testingupdates > > My application is here (also pasted below for convenience): >

Re: GSoC: App Loading

2010-04-09 Thread Russell Keith-Magee
On Wed, Apr 7, 2010 at 10:26 PM, Jannis Leidel wrote: > > Am 07.04.2010 um 13:40 schrieb Russell Keith-Magee: > >> On Mon, Apr 5, 2010 at 5:35 AM, Arthur Koziel >> wrote: >>> Hi, >>> I’m going to apply for GSoC with the goal of refactoring the app

Re: [GSOC] NoSQL Support for the ORM

2010-04-09 Thread Russell Keith-Magee
On Thu, Apr 8, 2010 at 5:55 AM, Waldemar Kornewald wrote: > On Wed, Apr 7, 2010 at 5:22 PM, Alex Gaynor wrote: >>> Other issues that spring to mind: >>> >>>  * What about nonSQL datatypes? List/Set types are a common feature of >>> Non-SQL backends,

Re: [GSoC] Application Loading

2010-04-09 Thread Russell Keith-Magee
On Fri, Apr 9, 2010 at 12:33 AM, Nick Sandford wrote: > An App Loading mechanism for Django > > > About Me > -- > Hi everyone, > > My name is Nick Sandford, I'm an electrical engineering student at the > University of Western