﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24971	Make startapp generate an apps.py	Tim Graham	Mounir	"I guess it might look like:
{{{
from django.apps import AppConfig

class AppnameConfig(AppConfig):
    name = 'appname'
}}}
and in `__init__.py`: `default_app_config = 'appname.apps.AppnameConfig'`"	New feature	closed	Core (Management commands)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
