Include webdav folders into juntagrico to share files with your members.
Project description
juntagrico-webdav
This app allows to include webdav folders into juntagrico in order to share files with your members.
This is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico).
Installation
Install juntagrico-webdav via pip
$ pip install juntagrico-webdav
or add it in your projects requirements.txt
In settings.py add 'juntagrico_webdav', before juntagrico.
INSTALLED_APPS = [
...
'juntagrico_webdav',
'juntagrico',
]
To avoid reloading the files list all the time, configure caching in settings.py
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.db.DatabaseCache',
'LOCATION': 'juntagrico_app_cache_table',
'TIMEOUT': None,
}
}
then run
$ python -m manage createcachetable
In your urls.py you also need to extend the pattern:
urlpatterns = [
...
path('', include('juntagrico_webdav.urls')),
]
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file juntagrico_webdav-2.0.0.tar.gz.
File metadata
- Download URL: juntagrico_webdav-2.0.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2e80fb93d58e9560d3fb39e2dd22f8911753e816f347185f890d89eb0987370
|
|
| MD5 |
2b27f20198786192519742536098e8ec
|
|
| BLAKE2b-256 |
01d369b0901716966a5495b6e58a82ff958c6c53e8e6c1f1a41b5527f82f3f12
|
Provenance
The following attestation bundles were made for juntagrico_webdav-2.0.0.tar.gz:
Publisher:
python-publish.yml on juntagrico/juntagrico-webdav
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
juntagrico_webdav-2.0.0.tar.gz -
Subject digest:
c2e80fb93d58e9560d3fb39e2dd22f8911753e816f347185f890d89eb0987370 - Sigstore transparency entry: 999708814
- Sigstore integration time:
-
Permalink:
juntagrico/juntagrico-webdav@92c1061804a335c5b4b8714b6e00162314c8ae9c -
Branch / Tag:
refs/tags/2.0.0 - Owner: https://github.com/juntagrico
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@92c1061804a335c5b4b8714b6e00162314c8ae9c -
Trigger Event:
release
-
Statement type:
File details
Details for the file juntagrico_webdav-2.0.0-py3-none-any.whl.
File metadata
- Download URL: juntagrico_webdav-2.0.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f05fe3ed5c370316b29f6d33b670726c6b3f4e7e3fcae734aaa7a0f940e7f3c4
|
|
| MD5 |
e4e66712618b9c096a0659d312fd1af8
|
|
| BLAKE2b-256 |
400363483dac9498ba2b89356747ef3587c8afda0229efc4c6e374874d88203a
|
Provenance
The following attestation bundles were made for juntagrico_webdav-2.0.0-py3-none-any.whl:
Publisher:
python-publish.yml on juntagrico/juntagrico-webdav
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
juntagrico_webdav-2.0.0-py3-none-any.whl -
Subject digest:
f05fe3ed5c370316b29f6d33b670726c6b3f4e7e3fcae734aaa7a0f940e7f3c4 - Sigstore transparency entry: 999708864
- Sigstore integration time:
-
Permalink:
juntagrico/juntagrico-webdav@92c1061804a335c5b4b8714b6e00162314c8ae9c -
Branch / Tag:
refs/tags/2.0.0 - Owner: https://github.com/juntagrico
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@92c1061804a335c5b4b8714b6e00162314c8ae9c -
Trigger Event:
release
-
Statement type: