stuross / django_filepickerio

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 67.6%Language:JavaScript 32.4%