Re: Python 3

2010-12-15 Thread sirex
On 15 Gruo, 01:51, Russell Keith-Magee wrote: > but we're not planning to actively support Python 3 any time soon. Why? Maybe there should be two versions of Django, one that supports Python 3 and other that supports Python 2? -- You received this message because you are subscribed to the Goog

Re: Inline debugging

2011-02-10 Thread sirex
I agree with idea, but wish, that it would be implemented not only in runserver, but also in test command: $ python manage.py runserver --debug $ python manage.py test --debug I really missing this functionality, which is implemented and works very well in nose: http://packages.python.org/

Re: Default project layout / directory structure

2011-03-20 Thread sirex
ed by 10 or more projects and it seems, that this solution works. https://bitbucket.org/sirex/django-starter/src The main idea of this project is to make possible to prepare development and production environments using just one command: make # for development environment make deploy

Re: Default project layout / directory structure

2011-03-21 Thread sirex
On 20 Kov, 22:10, Markus Gattol wrote: > That does not seem to work with pip and virtual environment, does it? > This one doeshttps://github.com/epicserve/django-environment It does work with zc.buildout. -- You received this message because you are subscribed to the Google Groups "Django deve