pvandegeer
pvandegeer
I've been using it in a dev environment for a couple of weeks now and its working fine on Django 2.0 with this patch applied: https://github.com/bernardopires/django-tenant-schemas/pull/519 Might be al that's...
Adding them to settings manually like below doesn't help. Am I missing something? `STRONGHOLD_PUBLIC_NAMED_URLS = ( 'password_reset', 'password_reset_done', 'password_reset_confirm', 'password_reset_complete', ) ` The views for password_reset and password_reset_done work. I...
Public tenant uses the default public schema. Make sure your database user has the CREATE SCHEMA rights to create additional tenant schemas.
I found I can easily store the exif data and reapply it, but it would be a nice fix anyway. Thanks for the great library!