django-ftpserver:使用Django的用户身份验证的FTP服务器应用程序

时间:2021-05-24 08:54:46
【文件属性】:
文件名称:django-ftpserver:使用Django的用户身份验证的FTP服务器应用程序
文件大小:33KB
文件格式:ZIP
更新时间:2021-05-24 08:54:46
python django ftp-server Python Django FTP服务器 使用Django的用户身份验证的FTP服务器应用程序。 入门 通过pip安装django-ftpserver。 $ pip install django-ftpserver 在Django项目的settings.INSTALLED_APPS中添加一行。 INSTALLED_APPS = ( # .. 'django_ftpserver', ) 迁移应用。 $ python manage.py migrate 创建FTP用户组。 $ python manage.py createftpusergroup my-ftp-group 创建FTP用户帐户。 $ python manage.py createftpuseraccount my-ftp-group 是django身份验证用户名。 运行m
【文件预览】:
django-ftpserver-master
----setup.py(1KB)
----.gitignore(65B)
----django_ftpserver()
--------compat.py(290B)
--------__init__.py(22B)
--------_windows.py(976B)
--------models.py(2KB)
--------utils.py(2KB)
--------admin.py(556B)
--------filesystems.py(6KB)
--------daemonize.py(2KB)
--------migrations()
--------management()
--------authorizers.py(3KB)
--------_unix.py(765B)
----.travis.yml(774B)
----MANIFEST.in(115B)
----LICENSE(1KB)
----setup.cfg(22B)
----ChangeLog.rst(2KB)
----README.rst(2KB)
----tests()
--------django_project()
--------__init__.py(0B)
--------test_models.py(2KB)
--------test_authorizers.py(3KB)
--------test_utils.py(756B)
--------test_manage.py(611B)
----pytest.ini(115B)
----docs()
--------requirements.txt(24B)
--------Makefile(620B)
--------make.bat(818B)
--------source()
----tox.ini(2KB)

网友评论