You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am guessing the functionality provided here would mean I didnt need to explicitly list the storage class in the model for Aagam41/db_file_storage#110 (which I am using now in prod), and kimetrica/django-binary-database-files#31 was another app I was investigating for the same task, but it lacks mime-type detection.
If you are interested in publishing, I could do some testing of it for my needs above, and it looks like you almost have tests written. That test rig is working on py27-django111 and py38-django21 for me, with only #1 and a minor update to test_urls.py , and my guess is that the test rig actually causes most of the code to be covered.
The text was updated successfully, but these errors were encountered:
Would you be interested in continuing this to the point of publishing it on PyPI?
I am interested in a generic container for defined storage classes.
night-crawler/django-docker-helpers#7
I am guessing the functionality provided here would mean I didnt need to explicitly list the storage class in the model for Aagam41/db_file_storage#110 (which I am using now in prod), and kimetrica/django-binary-database-files#31 was another app I was investigating for the same task, but it lacks mime-type detection.
If you are interested in publishing, I could do some testing of it for my needs above, and it looks like you almost have tests written. That test rig is working on py27-django111 and py38-django21 for me, with only #1 and a minor update to test_urls.py , and my guess is that the test rig actually causes most of the code to be covered.
The text was updated successfully, but these errors were encountered: