-
**Tag/version of Container Images: 0.5.1**
I opened a PR fixing this (#717)
Running "pip install --break-system-packages pytz" inside the web container fixes the problem
The only differences fr…
-
All command line tools should have a flag that can set the ini
for instance ./command -i /wjerever/taccstats.ini
This should be done once we have consolidated all the flags from issue #57
-
There is a use case in SODAR for having users logging in with a dummy username, which does not correspond to an actual user. It would make sense to prevent the creation of such user to avoid confusion…
-
### Describe the problem
Time to time, I experience resetting of one parameter to the default value (False to True) and therefore enabling certain feature of our system.
### Steps to reproduce
…
-
We need to log the important messages and failure codes.
This needs to be done before we move to systemd completely.
-
```
@api.get(
path="/hello-user",
response=UserSchema,
auth=[JWTAuth()]
)
def hello_user(request):
return request.user
>>>
"GET - hello_user /api/hello-user"
Unauthoriz…
-
`django-csp` only generates the nonce value (and includes it the header) the first time that `.csp_nonce` is accessed on a request. However, if that's accessed first in a middleware _after_ `django-cs…
-
Consider the following simple example (and common python pattern in general) in django:
to build a management command, one simply inherits from `BaseCommand` and overrides some methods:
```py
fro…
-
# Bug report
## What's wrong
Using a django project created with a the cookiecutter/django-cookiecutter/ template
(Pycharm as IDE)
autocompletion of attributes / methods of certain classes n…
urzbs updated
5 months ago
-
Django Axes works great when logging in normally but I've implemented Django Ninja JWT and when making REST API requests using the default Django Ninja JWT controller `api.register_controllers(NinjaJW…