Skip to main content

Django File Upload

Project description

django-file-upload

Django File Upload

Installation

pip install django-file-upload

Urls.py

from django.urls import include, re_path

urlpatterns = [
    re_path(r'^f/', include('django_file_upload.urls', namespace='django_file_upload')),
]

or

from django.urls import re_path
from django_file_upload import views as file_views

urlpatterns = [
    re_path(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.6.tar.gz (3.1 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.6-py2.py3-none-any.whl (4.0 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: django-file-upload-1.1.6.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for django-file-upload-1.1.6.tar.gz
Algorithm Hash digest
SHA256 294b1dcfbfbe4c06ad3a7e696dd9e9dc40715fdbac33c8105f4faccb5f41aabe
MD5 847840eca498b9a7791416b740c3b3fd
BLAKE2b-256 de871585998e717f7f86da87ac106d2e188eaa925dcc60e5e3e1021184f3c67f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_file_upload-1.1.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b945801ab86a373944fbc7c799cc4daa79dddcbcf6ced0ba69de7d245870ca44
MD5 8958003df269907cd7721c172b7c25f0
BLAKE2b-256 dc12c2e4697435a19d17511ec296e9fb0edc82c3e323e0f3220e26c5eeb453a5

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