https://github.com/acdh-oeaw/django-acdhch-functions

https://github.com/acdh-oeaw/django-acdhch-functions

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: acdh-oeaw
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 12.7 KB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Archived
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

Django ACDH-CH functionality

Provide some default functionality for ACDH-CH Django instances.

Howto use

Install the app using your personal choice of Python package manager. Add the app to your Django's settings.py INSTALLED_APPS += ["django_acdhch_functions"]

Call the django_acdhch_functions views from your urls.py:

urlpatterns += [path("", include("django_acdhch_functions.urls")),]

Functionality

Imprint

Provides an imprint route on /imprint. You have to set a REDMINE_ID in settings.

Matomo

Provides a {% matomo %} templatetag. You have to {% load django_adchch_functions %} to use it. It requires the variables matomo_url and matomo_id to be set in the PROJECT_METADATA dict: PROJECT_METADATA = { "matmom_url": "https://my.matomo.instance.tld", "matmo_id": 23, }

Owner

  • Name: Austrian Centre for Digital Humanities & Cultural Heritage
  • Login: acdh-oeaw
  • Kind: organization
  • Email: acdh@oeaw.ac.at
  • Location: Vienna, Austria

GitHub Events

Total
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 2
  • Create event: 1
Last Year
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 2
  • Create event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 5
  • Total pull requests: 14
  • Average time to close issues: 3 months
  • Average time to close pull requests: 7 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.8
  • Average comments per pull request: 0.29
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 minutes
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.3
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
  • b1rger (5)
Pull Request Authors
  • b1rger (12)
  • github-actions[bot] (5)
Top Labels
Issue Labels
Pull Request Labels
autorelease: tagged (4) autorelease: pending (1)

Dependencies

.github/workflows/prosnet.yml actions
.github/workflows/release-please.yml actions
  • google-github-actions/release-please-action v3 composite
pyproject.toml pypi
  • django >=4.1
  • python ^3.11
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite