django-file-upload
Django File Upload
Installation
pip install django-file-upload
Urls.py
urlpatterns = [
url(r'^f/', include('django_file_upload.urls', namespace='fileupload')),
]
or:
from django.conf.urls import include, url
from django_file_upload import views as file_views
urlpatterns = [
url(r'^upload$', file_views.file_upload, name='file_upload'),
]
Settings.py
INSTALLED_APPS = (
...
'django_file_upload',
...
)
Release files for django-file-upload 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-file-upload-1.1.0.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_file_upload-1.1.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 6.6 kB
Release files / django-file-upload-1.1.0.tar.gz
| Download URL | django-file-upload-1.1.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
11f2682da4221ba4655ec026561442ca9ef9fcf5bf5a0149d1c8a9be9857dd20
|
|
BLAKE2b-256 checksum How to use checksums |
dd46c70d44c51f3c85db50681a49817b91e17c6ac72291b368fcfef22a59073f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_file_upload-1.1.0-py2.py3-none-any.whl
| Download URL | django_file_upload-1.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
e20f34fd305242ad4b472936864b2f1e04c1181b9196f78535fe7f2f6083ca06
|
|
BLAKE2b-256 checksum How to use checksums |
830383253aa16e6035c61b398f26dfb0bda25d8c3d37095ff487b14cae2af3a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |