Skip to main content

Django File Upload

Project description

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',
    ...
)

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-file-upload-1.0.1.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_file_upload-1.0.1-py2.py3-none-any.whl (4.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-file-upload-1.0.1.tar.gz.

File metadata

File hashes

Hashes for django-file-upload-1.0.1.tar.gz
Algorithm Hash digest
SHA256 dd4171242abd93b13955acef2d7933dad464b26e83920a43e3d9a1bcb74cd35b
MD5 f4b723da307051dc02d97ea0c3703be6
BLAKE2b-256 f086da3b5b9b13c81a91f746241083afbd631eff37d3af182b3c09d5e73f3d62

See more details on using hashes here.

File details

Details for the file django_file_upload-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_file_upload-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e6b65c0a49a80b88d37349c8be55efc0264d2ec49d9c4329906380b678982b44
MD5 6a65c2524973d7185f92cc32b5db9896
BLAKE2b-256 7117a24fe19185c5afa96f071e6ef88d96ac27d3f3dce6ddd7a5cf6becff4bd0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page