Skip to main content

Django-App to store, edit, enrich and serialize the results of repo-file-checker

Project description

Django-App to store, edit, enrich and serialize the results of https://github.com/acdh-oeaw/repo-file-checker

Quickstart

Install acdh-django-filechecker:

pip install acdh-django-filechecker

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'filechecker',
    ...
)

Update your project’s urls.py:

urlpatterns = [
    ...
    url(r'^filechecker-rdf/', include('filechecker.fc_arche_urls', namespace='filechecker-rdf')),
    url(r'^filechecker/', include('filechecker.urls', namespace='filechecker')),
    ...
  ]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acdh-django-filechecker-0.0.2.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

acdh_django_filechecker-0.0.2-py3-none-any.whl (16.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page