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

Uploaded Source

Built Distribution

django_file_upload-1.0.2-py2.py3-none-any.whl (4.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-file-upload-1.0.2.tar.gz
Algorithm Hash digest
SHA256 058490e17e80d62cd5016c0826087f3e715007d57e7a08394c789a73268f73be
MD5 c35de015b6797e096f953e83702e0423
BLAKE2b-256 52be9ad056c8bb5194b600164156b0413dc006a135a8f7540db0482dcfd67add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_file_upload-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5da1414361807de434572f5e6c2a33cfc36e131b6c456cdcedd51a6c365a23ac
MD5 4438ad21857b415cc084b5027f0e3c8c
BLAKE2b-256 687fd58731ecb532415f92340dbdeb794be2079fb9ca3bbe55d0bab7b33b0c19

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