﻿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
30618	AppConfig.name should be a full python path when using the optional directory.	JungChaeMoon	JungChaeMoon	"Currently, If someone calls the `startapp` command with a target directory argument, the generated `AppConfig.name` is wrong. 
It has to be a python path of app not just name of app.
So, users have to reset the attribute oneself.

In the document, 'AppConfig.name' is defined as follows.

{{{
AppConfig.name

Full Python path to the application, e.g. 'django.contrib.admin'.

This attribute defines which application the configuration applies to. It must be set in all AppConfig subclasses.

It must be unique across a Django project.
}}}
[https://docs.djangoproject.com/en/2.2/ref/applications/#django.apps.AppConfig.name]

So, I belive that It has to be a path of app."	Bug	closed	Core (Management commands)	dev	Normal	wontfix			Accepted	1	0	1	1	0	0
