danielquinn / django-encrypted-filefield

Encrypt uploaded files, store them wherever you like and stream them back unencrypted
GNU General Public License v3.0
65 stars 22 forks source link

Add option to define DEFF constants in settings #1

Closed bheesink closed 7 years ago

bheesink commented 7 years ago

First of all thanks for the DEFF; its exactly what I needed in my project! I made this pull request because we have another deploy strategy / project structure and its hard to add env settings (maybe switch to this structure in the future). But for now it would be nice to have the possibility to define constants in the settings of a Django project.