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

Is it possible to create everycheese project code in the current directory? #225

Open
ruslaniv opened this issue Apr 12, 2021 · 1 comment

Comments

@ruslaniv
Copy link

ruslaniv commented Apr 12, 2021

Description

When running cookiecutter gh:feldroy/django-crash-starter, a directory everycheese/ is created inside of the current working directory, containing all the code for the EveryCheese project.
Is it possible to create all the code in the current working directory?

Rationale

I'm using PyCharm with pipenv and it already creates a project directory with the virtual environment so I do not need an extra subdirectory inside of the working directory.
Screen Shot 2021-04-13 at 02 09 03

Use case(s) / visualization(s)

I'd like to do something similar to
django-admin startproject project_name .

@ruslaniv
Copy link
Author

It seems like I have been able to solve this problem by running:
cookiecutter gh:feldroy/django-crash-starter -f -s -o /Users/ruslan/Home/projects/code/education/books/
inside of
/Users/ruslan/Home/projects/code/education/books/everycheese/
I hope this works as expected. Although I'd appreciate if somebody can confirm that this was the correct way of doing it.

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