> On 06 Jun 2016, at 03:46, Carl Meyer <c...@oddbird.net> wrote:
> 
>> django-admin.py startproject defaults to USE_TZ = True which means that new 
>> projects that install django, start the project, and then run the internal 
>> web server are going to get missing dependency problems.
> 
> That's an excellent point. I agree, we should just add pytz to 
> install_requires if we require it for USE_TZ=True, otherwise the default 
> new-project experience is unpleasant. 

I agree as well.

One of these days we should reverse the “actual default value” so we don’t have 
to override it in the “default project template” (and then people obviously 
have no idea what the “default” is…)

-- 
Aymeric.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/2149BDA6-2122-476B-900D-223C92AC869E%40polytechnique.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to