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

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-file-upload-1.0.0.tar.gz
Algorithm Hash digest
SHA256 849b4389e27d695e74c9817968f9da8117f94357e86d0d10eac7b9305053fe41
MD5 a6cc27d79c04d1ea6ac1a6260e4e8d64
BLAKE2b-256 a74812ff75ae0cc7eb2b8e1a1edba4de83c57694680526d941311b16b2ca51a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_file_upload-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 38e21a7be4da6d8674c41e257e6b8b9d75b25cde7111cbb9d8507e491bffd892
MD5 0ca2c1d03ba46c1353759419fdd8f142
BLAKE2b-256 c5c1e51f2252b759d4da114b9ce4958cc8b3de60742d8843d74112748c0f5288

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