Skip to content

A custom field and widget to store filepicker urls in a Django project.

Notifications You must be signed in to change notification settings

stuross/django_filepickerio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INFO

A custom field and widget to store filepicker.io urls in a Django project.

Usage

In models.py just add the field:

filepicker_url = FilePickerURLModelField()

When retreiving the data:

URL = filepicker_url.0

Name = filepicker_url.1

Key = filepicker_url.2

TODO

Use named properties instead of indices

About

A custom field and widget to store filepicker urls in a Django project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published