Skip to main content

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

Project description

juntagrico-webdav

juntagrico-ci Maintainability Test 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-1.6.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

juntagrico_webdav-1.6.0-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file juntagrico_webdav-1.6.0.tar.gz.

File metadata

  • Download URL: juntagrico_webdav-1.6.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for juntagrico_webdav-1.6.0.tar.gz
Algorithm Hash digest
SHA256 96bf1e19a163789652585b2c93daf002cb0b996de24d10b849b86f732af11706
MD5 ba282b8d83bb092827a6354f1035e977
BLAKE2b-256 731b904b40e4e41268e99dbbc879ed0db4b92c1f23ca584591f9ff33c0405b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for juntagrico_webdav-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cf15cd2156873dac0162ff5d07b6ccdfe2ec5708c2dd0fe1a72d28948958e4d9
MD5 cc0fc14d448f2e9674f65652afa24bcb
BLAKE2b-256 916ae1f11be04d21fe2bddb634fa9be72bbd9c6ed3a374fc4cb787f5384f13b1

See more details on using hashes here.

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