Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookiecutter template makes too many assumptions #8

Open
khorn opened this issue May 30, 2019 · 0 comments
Open

Cookiecutter template makes too many assumptions #8

khorn opened this issue May 30, 2019 · 0 comments

Comments

@khorn
Copy link

khorn commented May 30, 2019

  • cookiecutter-websauna-app version: 1.0.0a1
  • Python version: 3.5

Description

In it's existing form, this cookiecutter template makes too many assumptions about the project I want to create. In particular, I don't want:

  1. to use a namespaced package (e.g. I want only $SRC/packagename, rather than $SRC/namespace/packagename (this violates our company naming policies)
  2. to use github (so entering a github username makes no sense)

What I Did

I did try to work around the first issue by passing an empty string as the namespace string, but this interacts...poorly with the template. Allowing the user to pass in a package name (with or without a '.' in it) seems like it would support both namespaced and non-namespaced packages, no?

The second issue is merely annoying, and fixed fairly easily with some manual editing. But still annoying.

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant