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.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

django_file_upload-1.1.0-py2.py3-none-any.whl (3.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-file-upload-1.1.0.tar.gz
Algorithm Hash digest
SHA256 11f2682da4221ba4655ec026561442ca9ef9fcf5bf5a0149d1c8a9be9857dd20
MD5 59a313158716ca63afc85693fc0b6139
BLAKE2b-256 dd46c70d44c51f3c85db50681a49817b91e17c6ac72291b368fcfef22a59073f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_file_upload-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e20f34fd305242ad4b472936864b2f1e04c1181b9196f78535fe7f2f6083ca06
MD5 ad6d64139de735cb3c12a69f01d595af
BLAKE2b-256 830383253aa16e6035c61b398f26dfb0bda25d8c3d37095ff487b14cae2af3a9

See more details on using hashes here.

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