Skip to main content

Include webdav folders into juntagrico to share files with your members.

Project description

juntagrico-webdav

juntagrico-ci Maintainability Code Coverage image image image image image image image Requirements Status

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


Download files

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

Source Distribution

juntagrico_webdav-2.0.0.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

juntagrico_webdav-2.0.0-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

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

Hashes for juntagrico_webdav-2.0.0.tar.gz
Algorithm Hash digest
SHA256 c2e80fb93d58e9560d3fb39e2dd22f8911753e816f347185f890d89eb0987370
MD5 2b27f20198786192519742536098e8ec
BLAKE2b-256 01d369b0901716966a5495b6e58a82ff958c6c53e8e6c1f1a41b5527f82f3f12

See more details on using hashes here.

Provenance

The following attestation bundles were made for juntagrico_webdav-2.0.0.tar.gz:

Publisher: python-publish.yml on juntagrico/juntagrico-webdav

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file juntagrico_webdav-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for juntagrico_webdav-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f05fe3ed5c370316b29f6d33b670726c6b3f4e7e3fcae734aaa7a0f940e7f3c4
MD5 e4e66712618b9c096a0659d312fd1af8
BLAKE2b-256 400363483dac9498ba2b89356747ef3587c8afda0229efc4c6e374874d88203a

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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