-
We want two django apps:
data - constants.py, models.py (where models are imported) and one model per file
interface (for the api)
We will also have a folder for the domain logic, it doesn't nee…
-
###Description of the Tech Debt###
The current audit trail implementation is not very efficient and the audit fields need to be created, updated, and archived manually. However, there are ways to enha…
-
As [discussed](https://github.com/wrabit/django-cotton/discussions/189), it's sometimes desirable to pass down the `attrs` object to other components.
```html
`
```
```html
```
In th…
-
All customizable project settings (via standard Django Settings logic) should probably have their definitions moved to a single file for easy reference, and then also documented.
See the https://gi…
-
### Idea summary
Looking at project\core\templates\static\js\notifications.js, I saw that the logic behind notification's component is running over JS. Maybe will be better to move this to Django/P…
-
I'm starting to get used with the project and after making other projects in django I feel weird not use Django Rest framework serializers for REST API. The only thing that I realized that may be can'…
-
Hi,
since the command (with the new version of ChatterBot) `python3 manage.py train` is no more supported, how can I train my online bot implemented with Django? I read that I have to create a new py…
ghost updated
3 years ago
-
**Describe the bug**
Unable to change Ticket title in "Change Further Details" section of the ticket view.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ticket view
2. Scroll down
…
-
The django-disposable-email-checker package also has some tooling around the validation logic/flow.
Since this project also has a validator (and supports django!), we would like to continue discuss…
jheld updated
4 years ago
-
# Django Forms and Form Handling
Django provides a powerful and flexible form handling system that simplifies the process of handling HTML forms in web applications. The form system helps with ta…