django-crash-starter icon indicating copy to clipboard operation
django-crash-starter copied to clipboard

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

Open ruslaniv opened this issue 5 years ago • 1 comments

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 avatar Apr 12 '21 19:04 ruslaniv

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.

ruslaniv avatar Apr 13 '21 19:04 ruslaniv