-
https://setuptools.pypa.io/en/stable/history.html#v72-0-0
https://github.com/saxix/django-admin-extra-buttons/blob/develop/setup.py#L9
-
This is from an install of the the unmerged PR, trying with Django 5.1:
- #68
But I am hoping you can recognise if this is something obvious since I am new to the package.. (TIA!)
### Non-ge…
-
After installing cbi in my cluster, I configured the following buildjob.
```
apiVersion: cbi.containerbuilding.github.io/v1alpha1
kind: BuildJob
metadata:
name: django-s2i
spec:
registry:…
badri updated
5 years ago
-
```
Traceback (most recent call last):
File "/env/miniconda3/envs/rtmdet-sam/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, par…
-
### Scope
Backend (API)
### Description
Currently we fetch all the data-entries of the current view every refresh-interval (1 sec).
We then check if the data has changed using JS and update the ta…
-
I'm trying to install this library using the command given below:
```
pip install git+https://github.com/django-nonrel/django@nonrel-1.5
```
but It gets stuck on this
```
Collecting git+https://git…
-
Address: 0x521a75d6f8020ab527a0659e71559c7d002767e8
Scorer ID: 7835
API key name: Plume Production
API key: ZYaHNrnG
IP Address (optional but recommended): 3.95.86.209 and 34.199.214.122
Date exe…
-
this is my asgi.py
```python
"""
ASGI entrypoint. Configures Django and then runs the application
defined in the ASGI_APPLICATION setting.
"""
import os
import django
from channels.routing…
-
Tests now failing with:
```
File "/home/shippable/build_ve/python/2.7/src/django-bootstrap3-datetimepicker/bootstrap3_datetime/widgets.py", line 2, in
from django.forms.utils import flatatt
Im…
-
I am looking for guidance on how to implement RBAC using django-auth-adfs in following scenario. [There is no 'discussion' option hence creating 'issue' to discuss with community.]
# Scenario/Setup…