Skip to main content
https://version-image.appspot.com/pypi/?name=django-dropboxchooser-field

Dropbox chooser field for django.

http://bogdal.pl/dropboxchooser.png

Quickstart

  1. Install the package via pip:

pip install django-dropboxchooser-field
  1. Add dropboxchooser_field to INSTALLED_APPS:

INSTALLED_APPS = (
  ...
  'dropboxchooser_field',
  ...
)
  1. Add your Drop-in app key to the settings.py file:

DROPBOX_APP_KEY = ''

Usage

from django import forms
from dropboxchooser_field.fields import DropboxChooserField

class MyForm(forms.Form):
    file_from_dropbox = DropboxChooserField(extensions=['jpg', 'png'])

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dropboxchooser-field-0.0.5.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file django-dropboxchooser-field-0.0.5.tar.gz.

File metadata

File hashes

Hashes for django-dropboxchooser-field-0.0.5.tar.gz
Algorithm Hash digest
SHA256 1afcf7eb223c1baf156e74ee47b15c818625adabb7b86ab9056693bbef733ea5
MD5 163aca0c1c2dcf2caaea8b71a6d74fb1
BLAKE2b-256 f532bf4c2d775dad6a7bc878b04df75352890de10143fcedd35b6f1f76e42957

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.5 This release

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

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