On Sat, Apr 10, 2010 at 2:25 PM, Alex Gaynor wrote:
> On Sat, Apr 10, 2010 at 2:21 AM, Russell Keith-Magee
> wrote:
>> On Sat, Apr 10, 2010 at 8:29 AM, Gabriel Hurley wrote:
>>> Maybe it's an overly simplistic question, but: what makes the tests
>>> slow currently? It's not simply the volume of
On Sat, Apr 10, 2010 at 2:21 AM, Russell Keith-Magee
wrote:
> On Sat, Apr 10, 2010 at 8:29 AM, Gabriel Hurley wrote:
>> 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
On Sat, Apr 10, 2010 at 8:29 AM, Gabriel Hurley wrote:
> 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.
>
> Som
On Fri, Apr 9, 2010 at 5:29 PM, Gabriel Hurley wrote:
> 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.
Tests a
On Sat, Apr 10, 2010 at 10:10 AM, Gabriel Hurley wrote:
> To be honest, my biggest question is "is this really about Django?"
This, by itself, is the reason that this proposal will be rejected.
Django is a server side framework. We have deliberately avoided making
any pronouncements on the right
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
int
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
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?
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?
Unfort
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 post
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 CSS.
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
> application paths. If we end
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
> University of Western Aus
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,
>>
>> My name is Nick Sandford, I'm an electrical engin
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 con
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 wrote:
>
On Fri, Apr 9, 2010 at 7:48 PM, tab1ta wrote:
> 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
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.
___S
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 implemented a ListField in d
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
>> wide use on nonrel DBs. Moreover, you'd o
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):
> http://socghop.appspot.com/gsoc/student_proposal
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 loading
>>> [0]. I’ve been looking at Django’s c
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, and are The Right Way to solve a whole bunch of
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 Australia.
>
> Background
>
24 matches
Mail list logo