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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file acdh-django-filechecker-0.0.2.tar.gz
.
File metadata
- Download URL: acdh-django-filechecker-0.0.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e068c66a5d8ace13336da14dfed4eb7a5c65a8eee531b411a20d0b9afbe9b428 |
|
MD5 | e797a63601db8bf0e283befb7d014c9d |
|
BLAKE2b-256 | a72d87c68ce4be5c9e6e93f7aa5a722a15d6f11d123463d9dd392573b583c1cc |
File details
Details for the file acdh_django_filechecker-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: acdh_django_filechecker-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7433569caf340348be610ddd65de9ce387f6a6875c4dcbe06e3f3f2d1d4c046 |
|
MD5 | 4d3eee7b6c8b2b45882c81a4fd877252 |
|
BLAKE2b-256 | ac2366c83dae19f804bb8bb2d9e5aa7ae4bab99723c81708a3e7e2ba5a24d575 |