django-sql-explorer
django-sql-explorer copied to clipboard
Easily share data across your company via SQL queries. From Grove Collab.
A basic chatgpt-powered SQL assistant
Trying to setup MS SQL SERVER database, but facing issues. Is sql-explorer compatible with sql server?
If `settings.AUTH_USER_MODEL` is a custom user model that does not have an email field, the `created_by_user_email` function throws an AttributeError exception.
Django is moving to the {% translate %} tag. https://docs.djangoproject.com/en/5.0/topics/i18n/translation/#translate-template-tag The {% trans %} alias is likely being removed.
If `settings.AUTH_USER_MODEL` is a custom user model that does not have an email field, the `created_by_user_email` function throws an AttributeError exception.
Please add an admin logout link to the menu. File: explorer/templates/explorer/base.html After line 57 add this: `` `Sign Out` ``
@marksweb Hey, I was wondering if this is something you might be interested in? We use this package and found it useful to graph only the result data as displayed...
I am using a custom user that inherits from AbstractBaseUser and I get an AttributeError. The reason is that the email is referenced in the created_by_user_email method of the QueryForm....
In the project where we are using Django SQL explorer the number of queries has grown so large that it is hard to navigate. I would propose to add a...
Added extensible uploaders class with S3 and local file system support enhancing emailed report storage.