-
- [ ] Template for the base structure of a rakam system folder
- [ ] .sh script to replace the namings of this template
- [ ] new Django template with Rakam-Systems
-
docker compose exec web poetry run python manage.py loaddata admin_account
System check identified some issues:
WARNINGS:
: (templates.W003) 'log' is used for multiple template tag modules: 'dj…
-
### Dependency
- [ ] Missing information about how to combine migrations in Django
### Overview
We need to make it easy to:
- Record any missing documentation about combining migrations in Django
-…
-
I'm trying to implement Django Compressor according to Django Components, maybe I'm missing some points. Probably what I'm doing now is not enough.
When running the Django web application in a prod…
-
To help IDE highlight code better, please don't use the same quote style when nesting.
Please write:
```django
```
Don't write:
```django
```
Later on, I suggest to use [djLint](htt…
-
This is low priority for me, but would be cool to know the answer to.
In the [docs (v0.102)](https://github.com/EmilStenstrom/django-components/blob/0064de9c78db5eccc7c498e2a6d4c3c5ffa745ec/README.…
-
https://github.com/getappmap/navie-benchmark/actions/runs/11614957222/job/32344372220
This is a surprisingly common error, in which the closing `` tag is mis-emitted as an `` tag.
We should fix …
-
from django.urls import re_path, include
from django.contrib import admin
from .views import register
urlpatterns = [
re_path(r'^register/', register),
]
...
as well as changes to the…
-
Can we get a deep dive into the permissions for these docker containers? I spend so much time to figure out permissions errors with this repo that I am almost getting ready to abandon it. I shouldnt…
-
Sentry Issue: [JOB-SERVER-MF](https://ebm-datalab.sentry.io/issues/6041615623/?referrer=github_integration)
```
TypeError: 'User' object is not subscriptable
File "django/template/base.py", line 88…