-
Hello, how i18n is handled in coderedcms?
Is there an easy way to integrate [wagtailtrans](https://github.com/wagtail/wagtailtrans) with coderedcms?
Many thanks.
-
Thank you for all your hard work putting together this library. Looking at the examples, it seems like they are designed to be launched as full-fledged WSGI applications in their own right, with their…
-
We had invalid migrations configuration. But this problem has never been caught by tests in travis.
Steps to reproduce on a clean environment
- `docker compose up -d web`
- wait 30 seconds until post…
-
hi, when i try to upload a file from my computer using the admin panel, i get 404 error and the image is not showing, like this
![some error](https://github.com/user-attachments/assets/742266eb-2da…
-
**Describe the bug**
In the documentation for the CRUD example found here: https://django-ninja.rest-framework.com/tutorial/crud/ it suggests that a create can be accomplished by:
```
class Empl…
-
**Bug description**
We are running DefectDojo on ECS Fargate using a template that is based on the included docker-compose file. After resuming the service after it was paused due to inactivity on …
-
## Describe the Bug
Hi i have a mutation like this:
```python
@strawberry.type
class UserMutation:
@strawberry_django.mutation()
def login(self, info: Info, data: UserLoginIn…
-
I ran into it before but forgot to report, and now didn't find open issue. Currently inspired by https://github.com/PrefectHQ/prefect/pull/10893 where running `codespell` in CLI directly results in n…
-
https://www.dusaiphoto.com/article/11/
-
Everything in the application from the tutorial so far (about to get into deployment) works perfectly except for UpdateAgentView. I've copy/pasted straight from this GitHub, and it still won't update …