Lorenzo Peña
Lorenzo Peña
First of all, great package! I've been using it for years. I have a multi database setup. I need the content types created on all databases. In order to determine...
First of all, thanks for this great package. This has become super complementary with django-tenants or django-pgschemas. I happen to use different storages in local development and production. For local...
Amazing package! ⭐ Now, when you have such a fine grained backend permissioning system, it becomes super helpful to be able to translate that into the frontend code (Javascript) so...
Is it possible to control schemas in more than one database with a smart routing? Current challenges: - ~Active schema can no longer be tracked in the connection object.~ -...
What if you don't need dynamic tenants at all, or just want to start with a couple of static tenants?
Sometimes you want to run a command on all dynamic schemas, and for some reason the command halts before finishing. You don't want to start over again, how to "resume...
### Discussed in https://github.com/lorinkoz/django-pgschemas/discussions/121 Originally posted by **userjlegwork** September 2, 2022 Using the function to retrieve the schema_name (`from django_pgschemas.schema import get_current_schema`) works great when called directly, but for django...
It's raising an exception: No module named defaults In `/usr/lib/python2.7/site-packages/ajax_upload/urls.py`: `from django.conf.urls.defaults import patterns, url`
Plugin should respect attribute `rows` in `textarea` as desired minimum height. Or is there any other way to setup a min-height based on rows?