Dropbox chooser field for django
Project description
Dropbox chooser field for django.
Quickstart
Install the package via pip:
pip install django-dropboxchooser-field3
Add dropboxchooser_field to INSTALLED_APPS:
INSTALLED_APPS = (
...
'dropboxchooser_field',
...
)
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'])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-dropboxchooser-field3-0.0.5.tar.gz.
File metadata
- Download URL: django-dropboxchooser-field3-0.0.5.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5d1e14d257e4004de346f57aa1290a24411c3fe905fafb928d97e8397bc709c
|
|
| MD5 |
867711b7cd7af06d30607e49a816f96a
|
|
| BLAKE2b-256 |
fd48058a049ec1a23d94a413a8b089575725628dcc6cb07095762d1716ce7aff
|
File details
Details for the file django_dropboxchooser_field3-0.0.5-py3-none-any.whl.
File metadata
- Download URL: django_dropboxchooser_field3-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9db3e24783c606717e07feb6a73cf82d3499834ff6e03cbdd2e5e09c0dfb7d19
|
|
| MD5 |
80815607da9f2b257c8b042f29a37348
|
|
| BLAKE2b-256 |
4300471def861617cc5c4b6e4d6b3e1f2dac4aaeb988e900315fab599921777b
|