Skip to content
#

cookiecutter

Here are 980 public repositories matching this topic...

cookiecutter
glumia
glumia commented May 1, 2021

Check cookiecutter/cookiecutter#1201 (comment).

Currently it isn't clear from the documentation what exactly cookiecutter's behaviour is in case the --no-input flag is provided.

We should add the information about template's cache refresh and check if there's something else missing (by looking at what happens when no_input is True in the source co

documentation good first issue
camrail
camrail commented Jun 14, 2021

Hi All,

Firstly thanks for this repo, it's amazing and as you well know saves countless hours (first time using it).

Usually when I setup my django with docker projects I do it in such a way that I exec into the container
docker exec -it django bash and then run management commands python manage.py migrate

This wasn't working (I was getting a DATABASE_URL missing error), and after so

Buuntu
Buuntu commented Jun 3, 2020

There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.

The fullstack Vue project has an example of a containerized SMTP server.

enhancement good first issue
tpluscode
tpluscode commented Feb 26, 2022

Is your feature request related to a problem? Please describe.

Multiline questions say (Finish with 'Alt+Enter' or 'Esc then Enter')

Apparently only the latter works on Macs because they do not have the Alt key

Describe the solution you'd like

I would not even change the help text, but simply make Option+Enter work since that key typically functions as Alt

enhancement good first issue help wanted
Arfey
Arfey commented Apr 16, 2020

Will be great have approach to put some arguments for make test or commands some like this.

For that we need add some like that into Makefile.

# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))

%:
	@:

and after that add ${ARGS} to our commands

te
help wanted good first issue easy

Improve this page

Add a description, image, and links to the cookiecutter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cookiecutter topic, visit your repo's landing page and select "manage topics."

Learn more