https://github.com/datamade/cookiecutter-django-app

https://github.com/datamade/cookiecutter-django-app

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: datamade
  • Language: Python
  • Default Branch: main
  • Size: 499 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Usage

```bash

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

Owner

  • Name: datamade
  • Login: datamade
  • Kind: organization
  • Email: info@datamade.us
  • Location: Chicago, IL

We build open source technology using open data to empower journalists, researchers, governments and advocacy organizations.

GitHub Events

Total
  • Issues event: 14
  • Delete event: 1
  • Issue comment event: 6
  • Push event: 14
  • Pull request event: 1
  • Pull request review event: 3
  • Pull request review comment event: 9
  • Create event: 1
Last Year
  • Issues event: 14
  • Delete event: 1
  • Issue comment event: 6
  • Push event: 14
  • Pull request event: 1
  • Pull request review event: 3
  • Pull request review comment event: 9
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 31
  • Total Committers: 3
  • Avg Commits per committer: 10.333
  • Development Distribution Score (DDS): 0.419
Past Year
  • Commits: 31
  • Committers: 3
  • Avg Commits per committer: 10.333
  • Development Distribution Score (DDS): 0.419
Top Committers
Name Email Commits
Hannah Cushman Garland h****n@d****s 18
Xavier Medrano x****o@X****l 7
Xavier Medrano x****o@x****n 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 10
  • Total pull requests: 1
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 1 month
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.9
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 10
  • Pull requests: 1
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 1 month
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.9
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • hancush (9)
  • xmedr (2)
Pull Request Authors
  • xmedr (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • node slim build
  • python slim build
{{ cookiecutter.project_slug }}/Dockerfile docker
  • node {{ build
  • python {{ build
{{ cookiecutter.project_slug }}/docker-compose.yml docker
{{ cookiecutter.project_slug }}/package.json npm
{{ cookiecutter.project_slug }}/python_requirements.txt pypi
  • dj-database-url *
  • django-storages *
  • django-webpack-loader *
  • psycopg2-binary *
  • sentry-sdk *
  • whitenoise *