8000 GitHub - datamade/cookiecutter-django-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

datamade/cookiecutter-django-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

# Build cookiecutter container (Only need to do once)
docker build github.com/datamade/cookiecutter-django-app#main -t cookiecutter:latest

# Generate a new project
docker run -it \
	--mount type=bind,source=$(pwd),target=/cookiecutter \
	cookiecutter gh:datamade/cookiecutter-django-app

Notes

In order to make sure tests pass easily on your new repo so you can publish to Heroku, make sure to:

  • add all of the cookiecutter output as one initial commit to main
  • trigger the Publish Package job via the Actions UI
  • make the package public if the repo is private by going to the Datamade org page → Packages → your new repo/package → Change visibility

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2< 47B2 /h2>
  •  
  •  

0