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='django_file_upload')),
]

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

Uploaded Source

Built Distribution

django_file_upload-1.1.4-py2.py3-none-any.whl (3.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-file-upload-1.1.4.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.2

File hashes

Hashes for django-file-upload-1.1.4.tar.gz
Algorithm Hash digest
SHA256 ed8dfc9a22d2e571042d985b7f96ee934b499fdb55e248b01590e8d94324ee25
MD5 bd39227e3b0817b199f9c2f0ed0ca9c6
BLAKE2b-256 9f9889d092f8ddba118e74719a8425f8b881c9e5b250460f22bed4da334398c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_file_upload-1.1.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.2

File hashes

Hashes for django_file_upload-1.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fe178fba16397c403b50419f16506f842acd619c87f6163fefb22638f5ac3570
MD5 7c826014ea285b825059a8ba93e554ce
BLAKE2b-256 6a79935daaf1df0fac439ae7965099b125a61907fba7b3902ec36486f4a0c41f

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