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

Uploaded Source

Built Distribution

django_file_upload-1.1.1-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.1.tar.gz.

File metadata

  • Download URL: django-file-upload-1.1.1.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.10

File hashes

Hashes for django-file-upload-1.1.1.tar.gz
Algorithm Hash digest
SHA256 e9c99be8140332bc3f08717d630a6c5f0db6b43c3e7cd87dc7f4b13d8edf5902
MD5 2f3b5a08ba25cbb39321ef3878abe846
BLAKE2b-256 90711d83c6a5dac4791dd1b6702ca16e0b839f5b24ec3964b14e9e9db2cccd5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_file_upload-1.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.10

File hashes

Hashes for django_file_upload-1.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 81b0c59e8b1962cdb11e40c78f16e22d6ef1ffcf44d7d7e87443d2cfeea1afcb
MD5 5895a825580897521cfd2d579909b645
BLAKE2b-256 df4d54943b8e0baf7870d194176437853eda2767f9669216bc1fc8decbcf1c39

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