-
While thinking through #29, another thought occurred to me about the 'fallback' template for a component.
Right now, it's `index.html`. I chose this initially because I was in a React component hea…
-
## Project Information
1. **Project Name:** Django Action Triggers
2. **Project URL:** https://github.com/Salaah01/django-action-triggers
3. **Description:** A Django library that asynchronously …
-
Currently the command `update_assets` executes a lot of logic to copy, compress, and bundle static assets from our git repo and from node_modules. This logic is executed via make commands and some sub…
-
I know there is "all" and "any" in conditions, but there doesn't seem to be an "and" (or "or") operator for instance?
Like: {% if condition-a and condition-b %} (or perhaps "if and conditon-a condi…
-
### Description
Current usage is `djade --target-version 5.1 templates/**/*.html`. It would be awesome if `djade` could be configured in `pyproject.toml` like so:
```toml
[tool.djade]
files = [
…
-
**Description:**
While following the [migration guide](https://django-auditlog.readthedocs.io/en/latest/upgrade.html) to update the `django-auditlog` package to version 3, I encountered an issue wh…
-
Hi, i have been trying out the latest async version at scale (Im sending to 200k+ devices in production) and it does not really work for bulk messaging. Already around sending messages to 100 devices …
-
### Describe the issue
Congrats on your excellent work on Code Agents for automated test generation!
I am interested in gaining a deeper understanding of the results presented in your paper, esp…
-
Is aerich going to support datamigrations? I mean when you can write your migration logic in python, not only SQL. Django and alembic support them, but aerich not :(
-
### Attendance App Back-End Development with Django
#### Database Models
- [x] Employee Model
- [x] Attendance Record Model
- [x] Leave Request Model
- [x] Notification Model
#### API Endpoi…