-
I wanna ask about related fields in this cruds-template. By default, if we have a field from a model which is a foreign key, then, in the list and detail page it will show that field as a link and dir…
-
`
Django Version: | 2.2.7
-- | --
TemplateDoesNotExist
cruds/columns/positiveintegerfield.html
/usr/local/lib/python3.7/site-packages/django/template/backends/django.py in reraise, line 84
/usr/…
-
- [ ] 1. Project Structure.
- [ ] 2. Configuration Defination.
- [ ] 3. Model Defination part 1.
- [ ] 4. Model Defination part 2.
- [ ] 5. Route Defination part 1.
- [ ] 6. Route Defination part…
-
->add('active', 'choice', [
'label' => __('cruds.object.fields.active'),
'choices' => ['yes' => 'Yes', 'no' => 'No'],
'choice_options' =>…
-
Hello,
I've been thinking about using monica to manage stuff with my wife. I would like to keep track of other stuff too, like food, shop lists and so on.
For now, its ok to add some other modul…
-
In my tests, the column links don't work 80% of the times... what do you say we remove them? :eyes:
I mean... the way we generate the links is unreliable... we just get the table name, create a ro…
-
Suggestion from a customer: I keep generating new cruds as and when needed for a particular project. The downloaded zip files end up in a particular folder of my laptop. It becomes difficult to figure…
-
Using entity how we can display format with multiple columns
We want the combine 2 columns value and display in entity.
Example
Value=>1 and display date_start - date_end.
date_start and date_…
-
I am currently defining an API in OpenAPI Spec, and it is great that Json-Schema can validate data structures, but I am having trouble separating Json-Schema from Json-Schema for INSERT, SELECT, U…
-
### Steps to reproduce
Hi,
Create a service (with knex postgre on my side).
Most on my CRUDS methods should not be accessible from external (for this I set the appropriate hooks).
Next I reg…