Re: App config on the default template for app creation

2015-06-11 Thread Tim Graham
Thanks, I added a ticket: https://code.djangoproject.com/ticket/24971 On Thursday, June 11, 2015 at 4:52:46 PM UTC-4, Aymeric Augustin wrote: > > > On 11 juin 2015, at 21:04, Tim Graham > > wrote: > > > > Aymeric, did you consider it? > > No, I didn’t. > > > It seems reasonable to me. > > Ye

Re: App config on the default template for app creation

2015-06-11 Thread Aymeric Augustin
> On 11 juin 2015, at 21:04, Tim Graham wrote: > > Aymeric, did you consider it? No, I didn’t. > It seems reasonable to me. Yes, it is. My extreme dislike of code generation extends to startapp but I’ve created enough apps.py files to accept the practicality of this suggestion. -- Aymeric.

Re: App config on the default template for app creation

2015-06-11 Thread Tim Graham
Aymeric, did you consider it? It seems reasonable to me. On Friday, June 5, 2015 at 9:35:37 AM UTC-4, Mounir Messelmeni wrote: > > Will it be better to add apps.py and app_config on the __init__.py file > when we run ./manage.py startapp? > I think this way users will know more about this feature

App config on the default template for app creation

2015-06-05 Thread Mounir Messelmeni
Will it be better to add apps.py and app_config on the __init__.py file when we run ./manage.py startapp? I think this way users will know more about this feature and can also give a proper name to their apps. -- You received this message because you are subscribed to the Google Groups "Django