You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a cookiecutter, I'm presented with a lot of questions that I'm not really sure how to answer. For example, when using cookiecutter-django-app I'm asked to provide all three of repo_name, app_name, and project_name. Problems I have with this:
It's not entirely clear how these map to local directory name, GitHub repo name, Django app name (OK, this one is clear), root module name, and Python package name.
The mapping is apparently different in some places between cookiecutters.
It's not obvious which of these need to use underscore vs hyphen, or should be prefixed with edx/openedx, or should be punctuated as natural language ("edX Event Bus" vs "edx-event-bus").
Some fields need more explanation and guidance, such as the one asking for license selection (should link to wiki page) or author name and email (what is this used for?)
When using a cookiecutter, I'm presented with a lot of questions that I'm not really sure how to answer. For example, when using cookiecutter-django-app I'm asked to provide all three of
repo_name
,app_name
, andproject_name
. Problems I have with this:It would be great if the prompts could include help text, but the cookiecutter library doesn't support this and probably won't any time soon.
Recommended work:
(This work can be done incrementally.)
The text was updated successfully, but these errors were encountered: