Skip to main content

A webdav client app for django.

Project description

File Manager like dropbox

Screenshot

Screenshot

Features

  • 文件管理

  • 多级目录

  • 分片上传

  • 文件预览

  • 评论

  • 分享

  • 操作历史

Depends on

  • Django

  • djangorestframework

  • requests

  • Webdav

  • React + Vite

  • @mui/material

Quick Start

Install

pip install django-webdav-ui

Update Settings.py

INSTALLED_APPS = [
    ...
    'webdav',
    ...
]

WEBDAV_HOST = 'localhost'
WEBDAV_USER = 'demo'
WEBDAV_PASSWORD = 'demopassword'

Update Urls.py

urlpatterns = [
    ...
    path('webdav/', include('webdav.urls')),
    ...
]

Sync database

python manage.py migrate

Reference

  • Dropbox

  • Nextcloud

Todo

  • [ ] 优化安全

  • [ ] 排序

  • [ ] 搜索

  • [ ] Permission Controls

  • [ ] 收藏

  • [ ] 最近

  • [ ] 共享

  • [ ] 标签

  • [ ] Grid Display

  • [ ] 批量操作

  • [ ] 移动文件

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

django-webdav-ui-0.0.2.tar.gz (185.9 kB view hashes)

Uploaded Source

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