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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: django-file-upload-1.1.3.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.23.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.3.tar.gz
Algorithm Hash digest
SHA256 b118581a0fbeab8f30aaaaaa93656435e012059a9cf2105d5699dab325bce41a
MD5 9ca48db5f844dd821e3820191891db84
BLAKE2b-256 2fcc3dc5c4eccb5bda0c4e5eec024969a55699a3f1c8d2062223e1fa70a127d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_file_upload-1.1.3-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.23.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.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2e1a253219d767a2384b3a390a4f820f26fe8425a66bd29bdf6c9f2c5af98988
MD5 0719f905d476f3992f9284cacc533de2
BLAKE2b-256 9cc9560a4103d3caf899f1fea8c789cf99644070ef380818cd5c6471b79376d8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page