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