使用django+fine uploader进行简单、分块和并发上载

django-1.6-fine-uploader的Python项目详细描述



django fine uploader
==


图片::https://img.shields.io/pypi/v/django fine uploader.svg
:目标:https://pypi.python.org/pypi/django fine uploader

…图片::https://img.shields.io/pypi/l/django fine uploader.svg
:目标:https://pypi.python.org/pypi/django fine uploader

…图片::https://img.shields.io/pypi/wheel/django fine uploader.svg
:目标:https://pypi.python.org/pypi/django fine uploader

_ django:https://www.djangoproject.com
。_` fine uploader`:http://fineuloader.com

这是一个alpha版本。

我们有一个示例项目。只需“git clone”django fine uploader存储库并按照说明操作。

…_示例:https://github.com/douglasmiranda/django fine uploader/tree/master/example


quickstart
----


install django-fine-uploader::


将其添加到“已安装的应用程序”中:

代码块::python


installed_apps=(

‘django_fine_uploader’,




添加django_fine_uploader的url模式:

。代码块::python

urlpatterns=[

url(r'^fine uploader/',include('django_fine_uploader.url',namespace='django_fine_uploader'),

]

,最后是您的html文件:从“this gist”复制。(HTML太多,无法放到自述文件中)

…_`本要点`:https://gist.github.com/douglasmiranda/77da9c801e0cf83357ba51a63937372768

处理程序

…_`准备使用上传端点:https://github.com/douglasmiranda/django fine uploader/blob/master/django_fine_uploader/fine uploader.py
。_`轻松扩展fineuploaderview`:https://github.com/douglasmiranda/django fine uploader/blob/master/django_fine_uploader/views.py


settings
---




_问题:https://github.com/douglasmiranda/django fine uploader/issues
…_项目:https://github.com/douglasmiranda/django fine uploader/projects









source<;yourvirtuallenv>;bin/activat
(myenv)$pip-install-tox
(myenv)$tox



























…_ Cookiecutter:https://github.com/audreyr/Cookiecutter
。_` Cookiecutter djangopack`:https://github.com/pydanny/Cookiecutter djangopack







history
----

<0.2.0.3(2018-07-??)
++++++++++++++++++++

* Fixed pypi

0.2.0.2 (2018-07-03)
++++++++++++++++++++

* Example updated to fine uploader 5.16.2
* Purged widget

0.2.0.1 (2018-07-02)
++++++++++++++++++++

* Back to Django 1.6

0.2.0 (2017-02-12)
++++++++++++++++++

* Now we have a ` BasefineUploader`
*测试版的基本计划:https://github.com/douglasmiranda/django fine uploader/projects/1
*关于自述文件的更好信息和更多信息

<0.1.0(2017-02-10)
+++++++++++++

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java创建猜谜游戏程序   JavaWebSocketContainer。connectToServer似乎挂起了   如何在java中中断函数   java c#socket client multiple BeginSend()未到达服务器   不可见的组件然后在Java中的窗格之间切换   java在应用程序类中使用静态接口安全吗?   java等待函数完成,直到回调到来   使用DataOutputStream时的java新行,Android   java服务对象的定义是什么?   基于视图的javahibernate复合密钥   java将varchar连接到char在JPA(oracle)中不起作用   如何在java中通过point类读取多个点?