The Wayback Machine - https://web.archive.org/web/20201027200914/https://github.com/topics/cookiecutter
Skip to content
#

cookiecutter

Here are 651 public repositories matching this topic...

dbinary
dbinary commented May 14, 2020

🐛 Bug Report

I got the error RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.7', when try to first commit.

🔬 How To Reproduce

Steps to reproduce the behavior:

  1. cookiecutter gh:TezRomacH/python-package-template
  2. Follow instructions
  3. After git add, git commit and get the error.

Code sample

git commit -m ":tada: Initia
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.

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

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

You can’t perform that action at this time.