opendatateam / udata

Customizable and skinnable social platform dedicated to open data.

Home Page:http://udata.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add .sqlite to the list of allowed file extensions for resources

ColinMaudry opened this issue · comments

Detailed Description

I propose to add sqlite to the list of authorized file extensions for resources to enable the publication os SQLite database files.
SQLite databases are particularly useful to query large datasets without deploying a heavier solution (PostgreSQL, MySQL, etc.). It is also the database format used by http://datasette.io.

Possible Implementation

Add the string sqlite to the settings:

ALLOWED_RESOURCES_EXTENSIONS = [

Your Environment

n/a