Ravindra Gupta

Results 12 issues of Ravindra Gupta

Hi, I do see you have made changes for Django 2.1 Compatability here #234 but I don't see a doc/PR that says it's compatible for Django 3, so just wanted...

Hi, I just wanted to know that Keycloak is compatible with which version of Django and Python. Thank you.

I am trying to install the Grafana helm chart, with the Postgres database, I have created a database as "grafrana_db" with user "grafana_user" but the migration is failing and the...

### Checks - [ ] I have checked for [existing issues](https://github.com/airflow-helm/charts/issues). - [x] This report is about the [`User-Community Airflow Helm Chart`](https://github.com/airflow-helm/charts/tree/main/charts/airflow). ### Chart Version version: 7.16.0 ### Kubernetes Version...

kind/bug

Hi, I am using the djangocms in my project and I wanted to have some custom changes for that I need to add some `js` and `css` files in HTMLField...

stale

I am trying the helm chart and it not getting created its still showing the the PVC as `Waiting for first consumer to be created before binding`. The PVC describe...

I am trying to use the NFS storage for the pod for that we have updated the Values.yaml file with the following code ``` instances: - name: instances1 replicas: 1...

triaged

I am trying to get hands-on with the djangocms forms and I am new to these djangocms I installed the djangocms by following these [steps](https://www.django-cms.org/en/blog/2020/07/07/5-step-django-cms-tutorial-for-new-developers/) and it's get installed and...

I am using the djangocms for the 1st and I am trying to add an image on the cms page, but it's not showing it's giving a 404 error. Steps...

M trying to parse the svg file, but cant able to parse it, its showing the error, ``` >>> tree = ET.parse('Sub.svg') Traceback (most recent call last): File "", line...