top | item 40882590 (no title) ds_opseeker | 1 year ago Just discovered this and got the test project up and running... but wondering how to enable CSV import?The "upload csv file" box does not show up in the test project. discuss order hn newest numlocked|1 year ago You got it! You'll need three values set in settings.py:https://github.com/explorerhq/django-sql-explorer/blob/64170... def user_uploads_enabled(): return (EXPLORER_USER_UPLOADS_ENABLED and EXPLORER_DB_CONNECTIONS_ENABLED and S3_BUCKET is not None) It should be in the docs, but I'll make sure it's more prominent!
numlocked|1 year ago You got it! You'll need three values set in settings.py:https://github.com/explorerhq/django-sql-explorer/blob/64170... def user_uploads_enabled(): return (EXPLORER_USER_UPLOADS_ENABLED and EXPLORER_DB_CONNECTIONS_ENABLED and S3_BUCKET is not None) It should be in the docs, but I'll make sure it's more prominent!
numlocked|1 year ago
https://github.com/explorerhq/django-sql-explorer/blob/64170...
It should be in the docs, but I'll make sure it's more prominent!