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

Uploaded Source

Built Distribution

django_file_upload-1.0.5-py2.py3-none-any.whl (4.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-file-upload-1.0.5.tar.gz
Algorithm Hash digest
SHA256 2e37e20533d93ee9a5cf4dc1e1ddad874c9cc62ed98a026a8d4aa2d4854b1cef
MD5 9601ee3a95d1d22daa805fec5a8aaed7
BLAKE2b-256 ed2942195c74c97935c228d22c115233334c8126ce57c756d55f02a3f8e9f422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_file_upload-1.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 90e53b7c6edb06dfaae690a6d9ba78a1ece2f7579e3d1a8cc634d358c8ff81eb
MD5 9f5a81f9373c6254b5015b402395f75f
BLAKE2b-256 341d8005865ae3c0db57fe452916c6ddd4d059bfb211dce204a2756e5a8c36eb

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