﻿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
18164	startapp error: no such option	nikita@…	nobody	"In documentation (https://docs.djangoproject.com/en/dev/ref/django-admin/#django-admin-option---template):

...
The template context used is:
* Any option passed to the startapp command
...

I run:
{{{
$ python manage.py startapp --import=datetime --template=/app_template.zip new_app
}}}

I added a new option ''--import=datetime''.[[BR]]
In my (py) template:
{{{
{% if import %}import {{ import }}{% endif %}
}}}

I expect to see in my py-file after executing the command:

{{{
import datetime
}}}

but I see in console

{{{
manage.py: error: no such option: --import
}}}



"	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed			Accepted	0	0	0	0	0	0
