Hi all.

I propose a new feature `.djangorc`.
It should be included in root of project template.
You can write down configations for `startproject --template=...`

## Motivation

I always use custom project template, but it requires a lot of arguments 
like...

    django-admin startproject --template=/path/to/template 
--extension=py,md,rst,ini,cfg --name=.coveragerc <project_name>

Actually I use this `startproject` feature to create 'repository skeleton' 
not only django's project directory.
'repository skeleton' contains like README.md, tox.ini, .coveragerc, and 
django's project direcotry and so on.

I know this usage of `startproject` is little tricky. but I think some of 
django users use like this and
want this `.djangorc` feature (not to pass a lot of argument).

## Proposal

`.djangorc` will contain some of this.

```
[startproject]
extension=py,md,rst,ini,cfg
name=.coveragerc
```

and If some project template contains this file, startproject command 
follow this config on creation process.

How do you think about it?
It's just my idea and there's no implementation.
I want your feedback, thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/42de6942-9cf7-42cb-b120-1bd16235d484%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to