﻿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
8173	manage.py startapp should create admin.py file	julian24	nobody	"It would be very useful if manage.py and django-admin.py create the file `admin.py`. It should contain something like this:

{{{
#!python
from django.contrib import admin
from <app_name>.models import *

# Register your models here
}}}

Maybe it's possible to do this with a condition that checks whether 'django.contrib.admin' is in the `INSTALLED_APPS` of the project."	New feature	closed	Core (Management commands)	dev	Normal	wontfix			Someday/Maybe	0	0	0	0	0	0
